Skip to content

Commit

Permalink
DAS-1177 - remove duplicate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonthefrog committed Mar 14, 2024
1 parent e5f64d3 commit 1086e14
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/unit/test_dimension_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,13 +435,6 @@ def test_write_bounds(self):

assert_array_equal(resulting_bounds_root_data,
expected_bounds_data)
# Check that bounds variable has expected attributes.
# (This is only the 'bounds' attribute, since other attributes
# are not required.)
root_bounds_varinfo_variable = varinfo_prefetch.get_variable(
root_variable_full_path)
self.assertEqual(root_bounds_varinfo_variable.attributes['bounds'],
root_bounds_name)
# Check that varinfo variable has 'bounds' attribute.
self.assertEqual(root_varinfo_variable.attributes['bounds'],
root_bounds_name)
Expand Down Expand Up @@ -472,13 +465,6 @@ def test_write_bounds(self):
nested_bounds_name][:]
assert_array_equal(resulting_bounds_nested_data,
expected_bounds_data)
# Check that bounds variable has expected attributes.
# (This is only the 'bounds' attribute, since other attributes
# are not required.)
nested_bounds_varinfo_variable = varinfo_prefetch.get_variable(
nested_variable_full_path)
self.assertEqual(nested_bounds_varinfo_variable.attributes['bounds'],
nested_bounds_name)
# Check that varinfo variable has 'bounds' attribute.
self.assertEqual(nested_varinfo_variable.attributes['bounds'],
nested_bounds_name)
Expand Down

0 comments on commit 1086e14

Please sign in to comment.