Skip to content

Commit b49da24

Browse files
committed
fix histogram2dcontour bins in mock
1 parent 119b6d5 commit b49da24

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
412 Bytes
Loading

test/image/mocks/period_positioning2.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
],
159159
"xbins": {
160160
"start": "2001-01-01",
161-
"end": "2005-01-01",
162-
"size": 31557600000
161+
"end": "2004-12-31",
162+
"size": 31536000000
163163
},
164164
"ybins": {
165165
"start": "2001-01-01",
166-
"end": "2005-01-01",
167-
"size": 31557600000
166+
"end": "2004-12-31",
167+
"size": 31536000000
168168
},
169169
"xperiod": "M12",
170170
"xperiodalignment": "middle",

0 commit comments

Comments
 (0)