NPIOcean / kval

Tools for analysis and processing of ocean data in Python.
MIT License
2 stars 0 forks source link

Whole Dataset printed in PROCESSING history #37

Closed oyvfoss closed 1 month ago

oyvfoss commented 1 month ago

The while dataset gets printed to PROCESSING history in my CTD Editing.ipynb exampkle. I think this happens when using the data.ctd.from_netcdf function.

Should fix and make sure we print the appropriate striongs in the pyscript comment as well as the algorithmic description.

oyvfoss commented 1 month ago

Solved by removeing the decorator (f480be05741338ddefacae4049a106eadcbc0f01).

Seems to be a bug where the output argument is seen by inspect.signature(func) instead of the input argument. A little worrisome that this problem occurred.