Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix test with pseudonetcdf 3.2 #5875

Merged
merged 1 commit into from
Oct 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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