Skip to content

Commit

Permalink
To fixup/squash: Remove unused commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
benjwadams committed Jun 4, 2024
1 parent 43604d4 commit e3486ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compliance_checker/tests/test_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3256,7 +3256,6 @@ def test_domain(self):
results = self.cf.check_domain_variables(dataset)
assert not results[0].msgs
# failing example, coordinates for cell_measures variable are no longer subset
#cube.dimensions = "virtlon virtlat height time"
domain_var.cell_measures = "volume: cube_bad"
dataset.createVariable("cube_bad", "f8", ("lon", "lat", "depth", "time"))
results = self.cf.check_domain_variables(dataset)
Expand Down

0 comments on commit e3486ad

Please sign in to comment.