You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered the ascent/descent dive phases were flipped due to my forgetting the dive data were in positive values of depth (i.e. 5m not -5m). I made a hackfix for this when the output data from the glide identification were compiled, so as to not have to process the data again.
This should be fixed in glideid.py and then in smartmove/visuals/utils.py/compile_exp_data().
I discovered the ascent/descent dive phases were flipped due to my forgetting the dive data were in positive values of depth (i.e.
5m
not-5m
). I made a hackfix for this when the output data from the glide identification were compiled, so as to not have to process the data again.This should be fixed in
glideid.py
and then insmartmove/visuals/utils.py/compile_exp_data()
.The text was updated successfully, but these errors were encountered: