Skip to content

Commit ba362c6

Browse files
committed
Fix typo (extra paren) in fixture
1 parent fb439de commit ba362c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_v2/fixtures/otf_payload/otf_payload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"no_data": 0,
1515
"raster_table": None,
1616
"decode_expression": "(A + 16435).astype('datetime64[D]').astype(str)",
17-
"encode_expression": "((A.astype('datetime64[D]') - 16435).astype(uint16)",
17+
"encode_expression": "(A.astype('datetime64[D]') - 16435).astype(uint16)",
1818
"source_layer": "my_first_dataset__date_conf",
1919
"calc": "A % 10000",
2020
},

0 commit comments

Comments
 (0)