Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Version number to word mapping for TeX-safe macro names
# (avoids cleveref/siunitx conflict with numeric names)
VERSION_WORDS = {"5": "Five", "6": "Six", "8": "Eight", "11.2": "ElevenTwo", "11.3": "ElevenThree"}
VERSION_WORDS = {"5": "Five", "6": "Six", "6.3": "SixThree", "8": "Eight", "11.2": "ElevenTwo", "11.3": "ElevenThree"}


def _parse_version_short(version: str) -> str:
Expand Down
1 change: 1 addition & 0 deletions src/sp_validation/b_modes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,7 @@ def _cosebis_result_to_dict(r, suffix=""):
}



def save_cosebis_results(results, output_path, fiducial_scale_cut=None):
"""
Save COSEBIs data vectors and covariance to .npz.
Expand Down