Skip to content

Commit

Permalink
fix test with pseudonetcdf 3.2 (pydata#5875)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause authored and snowman2 committed Feb 9, 2022
1 parent 4874bab commit 71d4b7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions xarray/tests/data/example.ict
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
27, 1001
29, 1001
Henderson, Barron
U.S. EPA
Example file with artificial data
JUST_A_TEST
1, 1
2018, 04, 27, 2018, 04, 27
2018, 04, 27 2018, 04, 27
0
Start_UTC
7
5
1, 1, 1, 1, 1
-9999, -9999, -9999, -9999, -9999
lat, degrees_north
Expand All @@ -16,7 +16,9 @@ elev, meters
TEST_ppbv, ppbv
TESTM_ppbv, ppbv
0
8
9
INDEPENDENT_VARIABLE_DEFINITION: Start_UTC
INDEPENDENT_VARIABLE_UNITS: Start_UTC
ULOD_FLAG: -7777
ULOD_VALUE: N/A
LLOD_FLAG: -8888
Expand Down
4 changes: 3 additions & 1 deletion xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -3964,7 +3964,7 @@ def myatts(**attrs):
"coords": {},
"attrs": {
"fmt": "1001",
"n_header_lines": 27,
"n_header_lines": 29,
"PI_NAME": "Henderson, Barron",
"ORGANIZATION_NAME": "U.S. EPA",
"SOURCE_DESCRIPTION": "Example file with artificial data",
Expand All @@ -3973,7 +3973,9 @@ def myatts(**attrs):
"SDATE": "2018, 04, 27",
"WDATE": "2018, 04, 27",
"TIME_INTERVAL": "0",
"INDEPENDENT_VARIABLE_DEFINITION": "Start_UTC",
"INDEPENDENT_VARIABLE": "Start_UTC",
"INDEPENDENT_VARIABLE_UNITS": "Start_UTC",
"ULOD_FLAG": "-7777",
"ULOD_VALUE": "N/A",
"LLOD_FLAG": "-8888",
Expand Down

0 comments on commit 71d4b7c

Please sign in to comment.