Skip to content

Commit

Permalink
Update test_freanalysis_clouds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL committed Jul 24, 2024
1 parent 1186331 commit 3b463d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_freanalysis_clouds.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def create_data_catalog(path, output="data-catalog"):
yaml_path = Path(__file__).resolve().parent / "mdtf_timeslice_catalog.yaml"

# Hack to stop click from exiting.
command = ["python3", "-m", "scripts.gen_intake_gfdl", str(path), output,
command = ["python", "-m", "gen_intake_gfdl", str(path), output,
"--config", str(yaml_path)]
run(command, check=True)
return Path(f"{output}.json").resolve(), Path(f"{output}.csv").resolve()
Expand Down

0 comments on commit 3b463d0

Please sign in to comment.