Skip to content

Commit

Permalink
bugfix api
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Sep 18, 2024
1 parent a54d001 commit 48372e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msnoise/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2608,6 +2608,6 @@ def xr_save_wct(station1, station2, components, filterid, mov_stack, taxis, dvv_
# Save the dataset to a NetCDF file
ds.to_netcdf(fn)

logger.debug(f"Saved WCT data to {fn}")
logging.debug(f"Saved WCT data to {fn}")
# Clean up
del dvv_da, err_da, coh_da, ds

0 comments on commit 48372e2

Please sign in to comment.