We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The option selected_transects in set_class_variables is not functional at all, because the condition below will never be True seems functional but the code is really messy: all_transects_selected is used twice but that does not seem necessary: https://github.com/uw-echospace/EchoPro/blob/2c832292cb9cbae0b5bfd07c0b1ef328043d94c2/EchoPro/computation/transect_results.py#L923-L932
selected_transects
set_class_variables
all_transects_selected
There are also multiple places in the code that has TODO related to transect selection: https://github.com/uw-echospace/EchoPro/blob/2c832292cb9cbae0b5bfd07c0b1ef328043d94c2/EchoPro/computation/transect_results.py#L250-L255 and https://github.com/uw-echospace/EchoPro/blob/2c832292cb9cbae0b5bfd07c0b1ef328043d94c2/EchoPro/computation/transect_results.py#L586-L591
Notebook docs/transect_selection_workflow.ipynb can be used to trace down what still needs to be implemented to allow transect selection.
docs/transect_selection_workflow.ipynb
The text was updated successfully, but these errors were encountered:
Survey.compute_transect_results
No branches or pull requests
The option
selected_transects
inset_class_variables
is not functional at all, because the condition below will never be Trueseems functional but the code is really messy:all_transects_selected
is used twice but that does not seem necessary:https://github.com/uw-echospace/EchoPro/blob/2c832292cb9cbae0b5bfd07c0b1ef328043d94c2/EchoPro/computation/transect_results.py#L923-L932
There are also multiple places in the code that has TODO related to transect selection:
https://github.com/uw-echospace/EchoPro/blob/2c832292cb9cbae0b5bfd07c0b1ef328043d94c2/EchoPro/computation/transect_results.py#L250-L255
and
https://github.com/uw-echospace/EchoPro/blob/2c832292cb9cbae0b5bfd07c0b1ef328043d94c2/EchoPro/computation/transect_results.py#L586-L591
Notebook
docs/transect_selection_workflow.ipynb
can be used to trace down what still needs to be implemented to allow transect selection.The text was updated successfully, but these errors were encountered: