pull main to branch#33
Merged
Merged
Conversation
play notebook
Changes for get_T21_coefficients.xa_avg.
The SFR_III function was being called with 9 parameters but its definition only accepts 8 parameters. Removed the ClassyCosmo parameter from the function calls to match the function definition. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Fix SFR_III function call parameters in test_astrophysics.py
Fixes xe_avg to always be <1.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…into tests_claude
- Replace try-except for interpolation errors with a more robust approach - Test values at zmin_test + 0.1 to avoid edge effects in interpolation - Add TODO comment about investigating SFR_III signature differences - Add conditional checks for SFRDbar2D arrays 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Claude (with help) added tests for uvlfs and maps.py, and codecov
This commit adds a simple file to trigger the CI workflow and test the CodeCov integration. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This section of the code is made to apply dust recursively to the UVLF until convergence is reached. The bug made it such that dust would only be applied once (since currMUV2 would be equal to currMUV by definition). This branch fixes the bug and ensures the intended behavior of this process.
Bug uvlf binned recursive dusting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.