When calling the function pf.get_transect with the new version of pyfesom an error Index out of bounds is returned.
dist, transect_data = pf.get_transect(temp, mesh, lonlat)
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
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: