Skip to content

Commit

Permalink
Set min_level for yt data hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturk committed Jun 24, 2023
1 parent 041c9f5 commit 218467f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yt/frontends/ytdata/data_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ def Children(self):


class YTDataHierarchy(GridIndex):
min_level = 0

def __init__(self, ds, dataset_type=None):
self.dataset_type = dataset_type
self.float_type = "float64"
Expand Down

0 comments on commit 218467f

Please sign in to comment.