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
We get an index-out-of-bounds with this (and others) Etienne experiments
./translation-analysis.py --uuid f8fd79b0548111e4b9debcee7bdac37c --zfilt trim --zfilt-max 0.365 --zfilt-min 0.05 --rfilt trim --reindex --arena flycube --lenfilt 1 --cached --out /tmp
Traceback (most recent call last):
File "./translation-analysis.py", line 95, in <module>
curve.plot_correlation_analysis(args, combine, correlations, correlation_options)
File "/home/santi/Proyectos/imp/software/strawlab_freeflight_experiments/src/analysislib/curvature.py", line 369, in plot_correlation_analysis
max_latencies_shift[_current_condition] = (latencies[ccef_m.argmax()], ccef_m.max())
IndexError: list index out of range
We get an index-out-of-bounds with this (and others) Etienne experiments
This seems related but different to #4
The text was updated successfully, but these errors were encountered: