Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c4480ea
Add multi-messenger analysis framework
claude Nov 8, 2025
2fc8b8f
Add joint spectrum and photometry fitting documentation and example
claude Nov 8, 2025
add8de8
Merge branch 'master' into claude/multimessenger-analysis-framework-0…
nikhil-sarin Nov 8, 2025
32eaa61
Add joint galaxy and transient spectrum fitting support
claude Nov 12, 2025
ef3b475
Add comprehensive tests for galaxy+transient and spectrum+photometry …
claude Nov 16, 2025
818c878
Fix emission line test precision to handle discrete wavelength grid
claude Nov 16, 2025
8a23266
Merge branch 'master' into claude/multimessenger-analysis-framework-0…
nikhil-sarin Nov 16, 2025
cfdea51
Add comprehensive high-coverage tests for multimessenger module
claude Nov 16, 2025
ebe05b5
Add edge case and warning path tests for complete coverage
claude Nov 16, 2025
1852313
Add real code path tests for improved coverage
claude Nov 16, 2025
c2b75e0
Add multimessenger_test.py to CI test workflow
claude Nov 16, 2025
e9ffbfd
Fix GaussianLikelihoodQuadratureNoise parameter name
claude Nov 16, 2025
d092c75
Merge branch 'master' into claude/multimessenger-analysis-framework-0…
nikhil-sarin Nov 18, 2025
534fcf4
Change time array behaviour
nikhil-sarin Nov 18, 2025
f52f0c7
Fix coverage reporting by properly combining .coverage files
claude Nov 18, 2025
769814a
Fix artifact download to properly find .coverage files
claude Nov 18, 2025
e09da66
Add comprehensive debugging for coverage file handling
claude Nov 18, 2025
bd3b9a7
Fix coverage database upload by splitting into separate artifacts
claude Nov 18, 2025
6ada921
Force pytest-cov to generate .coverage database file
claude Nov 18, 2025
8a07d36
Fix coverage combining by using parallel mode correctly
claude Nov 18, 2025
4fff19c
Fix artifact upload by enabling include-hidden-files
claude Nov 18, 2025
b3392a0
Fix coverage by understanding pytest-cov behavior
claude Nov 18, 2025
13d1e2b
Add missing test_on_ref_results.py to test matrix
claude Nov 18, 2025
6b94a7e
Remove .coveragerc as it's not needed for pytest-cov
claude Nov 18, 2025
f28d180
Merge remote-tracking branch 'origin/master' into claude/multimesseng…
claude Nov 21, 2025
ec7f129
Add multimessenger_test.py to CI workflow after master merge
claude Nov 21, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
test-files: "test/prior_test.py test/likelihood_test.py test/sampler_test.py test/photosphere_test.py"
# Group 4: Lighter tests
- test-group: 4
test-files: "test/transient_test.py test/result_test.py test/utils_test.py test/constants_test.py test/examples_test.py test/model_library_test.py test/simulate_transient_test.py test/test_on_ref_results.py test/filters_test.py test/fireball_models_test.py test/gaussianprocess_models_test.py test/priors_test.py test/prompt_models_test.py test/wrappers_test.py test/constraints_test.py test/ejecta_relations_test.py test/sed_test.py test/interaction_processes_test.py"
test-files: "test/transient_test.py test/result_test.py test/utils_test.py test/constants_test.py test/examples_test.py test/model_library_test.py test/simulate_transient_test.py test/test_on_ref_results.py test/filters_test.py test/fireball_models_test.py test/gaussianprocess_models_test.py test/priors_test.py test/prompt_models_test.py test/wrappers_test.py test/constraints_test.py test/ejecta_relations_test.py test/sed_test.py test/interaction_processes_test.py test/multimessenger_test.py"
# Group 5: More Medium tests
- test-group: 5
test-files: "test/test_learned_models.py"
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Welcome to REDBACK's documentation!
fitting
results
joint_likelihood
multimessenger
examples
acknowledgements
contributing
Expand Down Expand Up @@ -54,3 +55,4 @@ API:
simulate_transients
photosphere
likelihoods
multimessenger
Loading