Skip to content

Commit

Permalink
allow code exec
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldoucet committed Aug 8, 2024
1 parent 9500974 commit b4c43ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hest_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def setUpClass(self):
download_mode='force_redownload'
)

self.sts = hest.load_hest(local_dir, id_list)
self.sts = hest.load_hest(local_dir, id_list, trust_remote_code=True)
else:
self.sts = hest.load_hest('hest_data', id_list)

Expand Down

0 comments on commit b4c43ea

Please sign in to comment.