-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError
during compute_MVBS
#834
Comments
It seems that I had some bug in there... 😞 |
This turns out to be due to something else all together:
The extra This also highlights the pretty urgent need for better tests for our processing code.... |
Also relevant here is that There is also efficiency issues in |
Closing this as it has been addressed by #837. I'll open a new issue for improving the performance of |
Overview
ValueError
was discovered while running the OOI_EK60_mooringtimeseries example notebook during a review of #824.Troubleshooting
While my initial thought of this issue was caused by the new
combine_echodata
method, further investigation suggest that this issue started appearing in version0.6.1
!compute_MVBS
. Had to re-run from getting converted files, combining, then calculate Sv and MVBS. Other than that, everything ran through successfully.compute_MVBS
. Had to re-run from getting converted files, combining, then calculate Sv and MVBS. During thecompute_MVBS
I getcompute_Sv
withoffload_to_zarr=True
. When I got tocompute_Sv
it worked but was in borderline of my max memory capacity, running at about 98% with fully using all of my swap, but successfully getds_Sv
. During thecompute_MVBS
I getLooking at git history, seems like the current code change to
compute_MVBS
happened in PR #753. The full error points to the line with this change: https://github.com/OSOceanAcoustics/echopype/pull/753/files#diff-2848209b968526da06d5475e3df089d5a7138b944681119fbe9f64f9aad81603R118.I'm not sure why this issue isn't caught during CI testing, but seems like there's a current issue to rework the test for
compute_MVBS
see #756.Full error
The text was updated successfully, but these errors were encountered: