Skip to content

Commit

Permalink
Update test_ingestion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Jul 19, 2024
1 parent 91752a9 commit ef86c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def load_cat(catspec=None):
return cat
def test_loadcat():
#TODO generate csv on the fly, check if its readable etc
catspec = pathlib.Path(os.path.dirname(__file__)).parent / 'cats/gfdl_template.json'
catspec = pathlib.Path(os.path.dirname(__file__)).parent / 'catalogbuilder/cats/gfdl_template.json'
#TODO generate test catalog on the fly, push spec to the test directory
cat = load_cat((str(catspec)))
try:
Expand Down

0 comments on commit ef86c6d

Please sign in to comment.