Skip to content

Commit

Permalink
update mpl hash for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Nov 1, 2024
1 parent 7636508 commit e34a975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solarmach/tests/figure_hashes_mpl_391.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"solarmach.tests.test.test_solarmach_plot": "0366cb2279a2434ce86a56b929dfa511d0cc4d8294059579a9dbd1d48d331371",
"solarmach.tests.test.test_solarmach_pfss": "1e15a3800fe0608d3e7d94b5413ec2497c19001f0aabd9931fa6d421b1738854"
"solarmach.tests.test.test_solarmach_pfss": "b7212599f29b0d8665db8900541a3e9afc0910432683a9fc5cf294572e5c1a48"
}
4 changes: 2 additions & 2 deletions solarmach/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ def test_solarmach_wrong_datetime_format():


"""
Create/update hash library for the following matplotlib tests by running for example the following command from the base package dir:
tox -e py311-test -- --mpl-generate-hash-library=solarmach/tests/figure_hashes_mpl_391.json --mpl-deterministic
Create/update hash library for the following matplotlib tests by running for example the following command from the base package dir (replace py312 with installed Python version):
tox -e py312-test -- --mpl-generate-hash-library=solarmach/tests/figure_hashes_mpl_391.json --mpl-deterministic
"""


Expand Down

0 comments on commit e34a975

Please sign in to comment.