Skip to content

Commit

Permalink
Update validphys2/src/validphys/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Nestor Costantini <85164495+comane@users.noreply.github.com>
  • Loading branch information
scarlehoff and comane committed Oct 30, 2023
1 parent 1ef240c commit bf3b5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def ndata(self):
return self.metadata.ndata
else:
cd = self.load()
return cd.nsys
return cd.ndata

@property
def process_type(self):
Expand Down

0 comments on commit bf3b5c5

Please sign in to comment.