Skip to content

Commit 37bbadd

Browse files
authored
Signed snapshot isolation (#197)
1 parent 1a5c5f0 commit 37bbadd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SOAP/property_table.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)