Skip to content

Commit

Permalink
fix: double quotes in the yaml files can lead to not being able to re…
Browse files Browse the repository at this point in the history
…ad the file on windows, replaced w single quotes
  • Loading branch information
DanielaBreitman committed Feb 12, 2025
1 parent a79f1ff commit 3f97ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py21cmsense/observatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def grid_baselines(
weights = self.baseline_weights_from_groups(baseline_groups)

bl_max = np.sqrt(np.max(np.sum(baselines**2, axis=1)))
print(len(baselines), len(weights), bl_max)

if weights is None:
raise ValueError("If baselines are provided, weights must also be provided.")

Expand Down

0 comments on commit 3f97ce7

Please sign in to comment.