Skip to content

Commit

Permalink
tweak print statement working in mdp
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Denby committed Oct 1, 2024
1 parent f0a151b commit f3566b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_lam/datastore/mdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(self, config_path, n_boundary_points=30, reuse_existing=True):
self._ds.to_zarr(fp_ds)
self._n_boundary_points = n_boundary_points

print("Training with the following features:")
print("The loaded datastore contains the following features:")
for category in ["state", "forcing", "static"]:
if len(self.get_vars_names(category)) > 0:
print(f"{category}: {' '.join(self.get_vars_names(category))}")
Expand Down

0 comments on commit f3566b0

Please sign in to comment.