Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2023
1 parent bd02f1a commit e5a2dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_hash():
# check the hash of the datafile <filenumber>
hash_ionization_found = astro_plasma.core.utils.blake2bsum(LOCAL_DATA_PATH / "ionization" / ionization_filename)
assert hash_ionization_found == hash_ionization_expect

filenumber = int(np.random.randint(0, len(all_urls) - 1, 1)[0])
emission_hash_url = astro_plasma.core.utils.prepare_onedrive_link(
"https://indianinstituteofscience-my.sharepoint.com/:t:/g/personal/alankardutta_iisc_ac_in/EZbmBm1BL_hEmKMyYXYsOZIBMIBxr3mJazjGvL53T5ZoAw?e=7bMW2B"
Expand Down

0 comments on commit e5a2dcd

Please sign in to comment.