Skip to content

Commit

Permalink
rename interpolation yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed Feb 22, 2023
1 parent 4ec9fc6 commit bb24105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyglider.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_example_seaexplorer_metadata_raw():
# Test that interpolation over nans in raw data results in a greater or equal number of non-nan values
with open(deploymentyaml_raw) as fin:
deployment_raw = yaml.safe_load(fin)
interp_yaml = str(example_dir / 'example-seaexplorer-raw/deploymentRealtimeInterp.yml')
interp_yaml = str(example_dir / 'example-seaexplorer-raw/deploymentDelayedInterp.yml')
deployment_raw['netcdf_variables']["interpolate"] = True
with open(interp_yaml, "w") as fout:
yaml.dump(deployment_raw, fout)
Expand Down

0 comments on commit bb24105

Please sign in to comment.