Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
Signed-off-by: sherrmann <sophie.herrmann@eodc.eu>
  • Loading branch information
sophieherrmann committed Aug 26, 2021
1 parent 15a672d commit b8d773a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_cubes.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ def test_save_result(self):
out_filename_0 = "out_00000.nc"
out_filename_1 = "out_00001.nc"

oeop.save_result(self.test_data.xr_data_extra_dim, out_filename, format='netCDF', write_prod=False)
assert os.path.exists(out_filename_0)
os.remove(out_filename_0)

oeop.save_result(self.test_data.xr_odc_data_3d, out_filename, format='netCDF')
assert os.path.exists(out_filename_0)
assert os.path.exists(out_product)
Expand Down

0 comments on commit b8d773a

Please sign in to comment.