Skip to content

Commit

Permalink
remove maxDiff from copernicus test
Browse files Browse the repository at this point in the history
 	modified:   tests/test_copernicus.py
 	modified:   tests/stubdata/output/Copernicus_ESSD_essd-15-3075-2023.json
 	modified:   tests/stubdata/output/Copernicus_GeChr_gchron-5-323-2023.json
 	modified:   tests/stubdata/output/Copernicus_ISPAn_isprs-annals-X-M-1-2023-237-2023.json
 	modified:   tests/stubdata/output/Copernicus_ISPAr_isprs-archives-XLVIII-M-2-2023-721-2023.json
  • Loading branch information
seasidesparrow committed Feb 14, 2024
1 parent cc218aa commit 74b2ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_copernicus.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def setUp(self):
stubdata_dir = os.path.join(os.path.dirname(__file__), "stubdata/")
self.inputdir = os.path.join(stubdata_dir, "input")
self.outputdir = os.path.join(stubdata_dir, "output")
self.maxDiff = None

def test_copernicus(self):
filenames = [
Expand Down

0 comments on commit 74b2ef0

Please sign in to comment.