We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e3b2f commit 29aae3eCopy full SHA for 29aae3e
swiftgalaxy/iterator.py
@@ -239,7 +239,6 @@ def __init__(
239
)
240
else:
241
num_targets = len(self.halo_catalogue._region_centre)
242
- print(num_targets)
243
# before evaluating optimized solutions:
244
if num_targets == 0:
245
# if we have 0 targets short-circuit
swiftgalaxy/reader.py
@@ -1910,7 +1910,9 @@ def _data_copy(
1910
1911
if data is not None:
1912
setattr(
1913
- new_named_columns_helper, f"_{named_column}", data[mask]
+ new_named_columns_helper._named_column_dataset,
1914
+ f"_{named_column}",
1915
+ data[mask],
1916
1917
1918
data = getattr(
0 commit comments