Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python Visualization error #147

Open
cosunae opened this issue Apr 11, 2018 · 1 comment
Open

python Visualization error #147

cosunae opened this issue Apr 11, 2018 · 1 comment

Comments

@cosunae
Copy link
Contributor

cosunae commented Apr 11, 2018

While trying to visualize field a2t

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

@cosunae
Copy link
Contributor Author

cosunae commented Apr 11, 2018

I have quite some other bugs,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant