Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions SOAP/property_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -4635,7 +4635,7 @@ class PropertyTable:
"HBTplus/SnapshotOfLastMaxMass": Property(
name="HBTplus/SnapshotOfLastMaxMass",
shape=1,
dtype=np.uint64,
dtype=np.int64,
unit="dimensionless",
description="Latest snapshot when this subhalo had its maximum mass.",
lossy_compression_filter="None",
Expand All @@ -4659,7 +4659,7 @@ class PropertyTable:
"HBTplus/SnapshotOfLastMaxVmax": Property(
name="HBTplus/SnapshotOfLastMaxVmax",
shape=1,
dtype=np.uint64,
dtype=np.int64,
unit="dimensionless",
description="Latest snapshot when this subhalo had its largest maximum circular velocity.",
lossy_compression_filter="None",
Expand All @@ -4671,7 +4671,7 @@ class PropertyTable:
"HBTplus/SnapshotOfLastIsolation": Property(
name="HBTplus/SnapshotOfLastIsolation",
shape=1,
dtype=np.uint64,
dtype=np.int64,
unit="dimensionless",
description="Latest snapshot when this subhalo was a central. -1 if the subhalo has always been a central.",
lossy_compression_filter="None",
Expand Down