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

Support log-scaled heat maps in ptable_heatmap_plotly() #53

Merged
merged 8 commits into from
Sep 21, 2022
Prev Previous commit
Next Next commit
try fix Windows CI error "_tkinter.TclError: Can't find a usable init…
….tcl in the following directories"

c:\hostedtoolcache\windows\python\3.8.10\x64\tcl\tcl8.6
This probably means that Tcl wasn't installed properly.
occurred in tests/test_structure_viz.py::test_plot_structure_2d
  • Loading branch information
janosh committed Sep 21, 2022
commit 343f88298b5648cdf725a95c55ac9c4c84717529
4 changes: 0 additions & 4 deletions tests/test_structure_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ def test_plot_structure_2d(
show_bonds: bool | NearNeighbors,
standardize_struct: bool | None,
) -> None:
# set explicit size to avoid ImageComparisonFailure in CI: sizes do not match
# expected (700, 1350, 3), actual (480, 640, 3)
plt.figure(figsize=(5, 5))

ax = plot_structure_2d(
disordered_struct,
atomic_radii=radii,
Expand Down