File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4635,7 +4635,7 @@ class PropertyTable:
46354635 "HBTplus/SnapshotOfLastMaxMass" : Property (
46364636 name = "HBTplus/SnapshotOfLastMaxMass" ,
46374637 shape = 1 ,
4638- dtype = np .uint64 ,
4638+ dtype = np .int64 ,
46394639 unit = "dimensionless" ,
46404640 description = "Latest snapshot when this subhalo had its maximum mass." ,
46414641 lossy_compression_filter = "None" ,
@@ -4659,7 +4659,7 @@ class PropertyTable:
46594659 "HBTplus/SnapshotOfLastMaxVmax" : Property (
46604660 name = "HBTplus/SnapshotOfLastMaxVmax" ,
46614661 shape = 1 ,
4662- dtype = np .uint64 ,
4662+ dtype = np .int64 ,
46634663 unit = "dimensionless" ,
46644664 description = "Latest snapshot when this subhalo had its largest maximum circular velocity." ,
46654665 lossy_compression_filter = "None" ,
@@ -4671,7 +4671,7 @@ class PropertyTable:
46714671 "HBTplus/SnapshotOfLastIsolation" : Property (
46724672 name = "HBTplus/SnapshotOfLastIsolation" ,
46734673 shape = 1 ,
4674- dtype = np .uint64 ,
4674+ dtype = np .int64 ,
46754675 unit = "dimensionless" ,
46764676 description = "Latest snapshot when this subhalo was a central. -1 if the subhalo has always been a central." ,
46774677 lossy_compression_filter = "None" ,
You can’t perform that action at this time.
0 commit comments