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

particle count in run #843

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft
3 changes: 2 additions & 1 deletion pyphare/pyphare/pharesee/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

from ..core import box as boxm
from pyphare.core.box import Box
from .hierarchy import FieldData, is_root_lvl
from .hierarchy.patchdata import FieldData
from .hierarchy.hierarchy_utils import is_root_lvl

from pyphare.core.phare_utilities import listify, is_scalar

Expand Down
Loading
Loading