dominikbell / pygyro

Python library for parallel gyro-kinetic simulations
0 stars 0 forks source link

Missing functions Plotter2d and SlicePlotter4d #4

Closed dominikbell closed 2 years ago

dominikbell commented 2 years ago

In pygyro.initialisation.visual_test_setup there is an import statement

from ..utilities.grid_plotter import SlicePlotter4d, Plotter2d

however, these two functions do not exist.