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
File "/work/ba1264/a270210/miniconda3/lib/python3.9/site-packages/pyfesom2/[transect.py](https://transect.py/)", line 92, in get_transect
transect_data = transect_get_data(data, nodes, mask2d)
File "/work/ba1264/a270210/miniconda3/lib/python3.9/site-packages/pyfesom2/[transect.py](https://transect.py/)", line 58, in transect_get_data
transect_data = data3d[nodes,:]
IndexError: index 412253 is out of bounds for axis 0 with size 79
The text was updated successfully, but these errors were encountered:
As suggested by @koldunovn the error is due to the switched dimensions in the new version of fesom. A workaround has been suggested as passing the transposed data:
Description
When calling the function pf.get_transect with the new version of pyfesom an error Index out of bounds is returned.
What I Did
Traceback:
The text was updated successfully, but these errors were encountered: