Skip to content

Commit

Permalink
fix histogram2dcontour bins in mock
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Sep 29, 2020
1 parent 119b6d5 commit b49da24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified test/image/baselines/period_positioning2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions test/image/mocks/period_positioning2.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@
],
"xbins": {
"start": "2001-01-01",
"end": "2005-01-01",
"size": 31557600000
"end": "2004-12-31",
"size": 31536000000
},
"ybins": {
"start": "2001-01-01",
"end": "2005-01-01",
"size": 31557600000
"end": "2004-12-31",
"size": 31536000000
},
"xperiod": "M12",
"xperiodalignment": "middle",
Expand Down

0 comments on commit b49da24

Please sign in to comment.