Closed berzinastella closed 8 months ago
When i try on this 2 example on binder, all things work. This line look like a custom code, it doesn't exist in official repository:
self.nc4file = Dataset(filename, "r") if nc4file is None
When i try on this 2 example on binder, all things work. This line look like a custom code, it doesn't exist in official repository:
self.nc4file = Dataset(filename, "r") if nc4file is None
Hi, yes, sorry, you are right. The issue was from our custom py-eddy-tracker version. You can close the issue, because the issue was us.
grid_count and grid_stat error
Hi, I'm trying to calculate eddy count per pixel and eddy geographical statistics. The example notebooks for that seem to not be working anymore also with the demo data (https://py-eddy-tracker.readthedocs.io/en/stable/python_module/10_tracking_diagnostics/pet_geographic_stats.html#sphx-glr-python-module-10-tracking-diagnostics-pet-geographic-stats-py and https://py-eddy-tracker.readthedocs.io/en/stable/python_module/10_tracking_diagnostics/pet_pixel_used.html#sphx-glr-python-module-10-tracking-diagnostics-pet-pixel-used-py)
and give me an error of
Is it a package version issue? Thanks, Stella