Skip to content

Commit

Permalink
Update helpers.py to accommodate change in the arguments of download_…
Browse files Browse the repository at this point in the history
…crds() (#617)

due to a new version of ci-watson being released.
  • Loading branch information
mdlpstsci authored Jul 22, 2024
1 parent e3d1ac6 commit 3a50f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def get_input_file(self, filename):
os.environ[var] = ref_path # hacky hack hack

# Download reference files, if needed only.
download_crds(ref_file, timeout=self.timeout)
download_crds(ref_file)

def compare_outputs(self, outputs, atol=0, rtol=1e-7, raise_error=True,
ignore_keywords_overwrite=None, verbose=True):
Expand Down

0 comments on commit 3a50f82

Please sign in to comment.