Skip to content

Commit ef663c0

Browse files
committed
test updates
1 parent 5c6eb04 commit ef663c0

384 files changed

Lines changed: 324 additions & 2295 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ v0.2.3b2:
4242
2026-05-19 566fb02 Remove datetick; handle fill time values
4343
2026-05-19 b99fbd3 Categorical fixes
4444
2026-07-17 1daf53c fill2nan fix
45+
2026-07-30 5c6eb04 rasterize heatmap if > 50000 cells

bugs/bugs_23.svg

Lines changed: 0 additions & 1991 deletions
This file was deleted.

test/bugs.py

Lines changed: 0 additions & 230 deletions
This file was deleted.

test/imgcheck.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ def imgdiff(img1, img2, diff_file=None, show_diff=False):
6464

6565
diff = imgdiff(ref_bytes, now_bytes, diff_file=diff_file, show_diff=show_diff)
6666

67-
if diff == False:
68-
print("imgcheck(): \033[32mPASS\033[0m: Image")
69-
print(" " + ref_file)
70-
print(" has not changed")
71-
return True
72-
else:
67+
if diff:
7368
print("imgcheck(): \033[0;31mFAIL\033[0m: Images differ. See diff image: " + diff_file)
7469
return False
70+
else:
71+
print("imgcheck(): \033[32mPASS\033[0m: Images same:")
72+
print(" " + ref_file)
73+
print(" " + now_file)
74+
return True
-45.2 KB
Binary file not shown.
-31.2 KB
Binary file not shown.
-29.3 KB
Binary file not shown.
-31.6 KB
Binary file not shown.
-47.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)