Skip to content

Commit

Permalink
add print statement for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 15, 2024
1 parent 79dd343 commit 83784ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nwp_consumer/internal/inputs/metoffice/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ def mapCachedRaw(self, *, p: pathlib.Path) -> xr.Dataset: # noqa: D102
"y": "auto",
},
)
print('XXXXX')
print(parameterDataset)
print('XXXXX')
except Exception as e:
log.warn(
event="error loading raw file as dataset",
Expand Down

0 comments on commit 83784ee

Please sign in to comment.