Skip to content

Commit f5085e3

Browse files
authored
Merge pull request #115 from SWIFTSIM/ids_physical
IDs can't be transformed, create internal cosmo_array in physical units.
2 parents d97c196 + 6b7c465 commit f5085e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["velociraptor", "velociraptor.catalogue", "velociraptor.fitting_form
77

88
[project]
99
name = "velociraptor"
10-
version="0.19.0"
10+
version="0.20.0"
1111
authors = [
1212
{ name="Josh Borrow", email="[email protected]" },
1313
{ name="Kyle Oman", email="[email protected]" },

velociraptor/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.0"
1+
__version__ = "0.20.0"

velociraptor/swift/swift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def generate_bound_mask(
110110
getattr(data, particle_name).particle_ids,
111111
swiftsimio.cosmo_array(
112112
particles.particle_ids,
113-
comoving=True,
113+
comoving=False,
114114
scale_factor=length_factor,
115115
scale_exponent=0,
116116
),

0 commit comments

Comments
 (0)