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
a2t = serializer.read("a2t", constantsoint)
Visualizer(a2t, "a2t")
Traceback (most recent call last):
File "", line 1, in
File "/scratch/cosuna/serialbox2/build_gcc_gfortran/install/python/serialbox/visualizer.py", line 59, in init
self.__jend = field.shape[1] - halospec[1][1]
IndexError: tuple index out of range
The text was updated successfully, but these errors were encountered:
from p_s_nnew in DycoreUnittest.DoStep-in (I guess because this is a 2D field)
Traceback (most recent call last):
File "", line 1, in
File "/scratch/cosuna/serialbox2/build_gcc_gfortran/install/python/serialbox/visualizer.py", line 69, in init
self.__slider = Slider(slideraxes, 'K level', 0, field.shape[2] - 1, valinit=0)
IndexError: tuple index out of range
While trying to visualize field a2t
The text was updated successfully, but these errors were encountered: