Skip to content

Commit

Permalink
Reformatting to remove dublicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrogozenski committed Dec 17, 2024
1 parent c49e2a4 commit b3534c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tjpcov/clusters_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def two_fast_algorithm(self, z1, z2):
print(
err,
f"""\n
Value you tried to interpolate: {max(r1,r2)} Mpc,
Value you tried to interpolate: {max(r1, r2)} Mpc,
Input r {r1}, {r2}
Valid range range:
[{self.r_grid[self.idx_min]}, {self.r_grid[self.idx_max]}]
Expand Down

0 comments on commit b3534c8

Please sign in to comment.