Skip to content

Commit

Permalink
Update test_ci_dynamic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Jul 31, 2024
1 parent 3ac4098 commit c31147a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogbuilder/tests/test_ci_dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_loadcat():
#todo check if its readable etc
#we are using the dynamically generated csv and json for testing in this routine
#leveraging GitHub actions CI workflow and manifests and caches
catspec = pathlib.Path(os.path.dirname(__file__)).parent / '../workflow-artifacts1/gfdl_autotest.json'
catspec = pathlib.Path(os.path.dirname(__file__)).parent / '../workflow-artifacts1/catalogbuilder/cats/gfdl_autotest_from_yaml.json'
cat = load_cat((str(catspec)))
try:
assert isinstance(cat.df, pd.DataFrame),"test failed"
Expand Down

0 comments on commit c31147a

Please sign in to comment.