Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: fix incorrectly formatted raise statement #911

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mj-will
Copy link
Collaborator

@mj-will mj-will commented Feb 10, 2025

The raise statement in get_all_injection_credible_levels is incorrectly formatted. This PR fixes the formatting.

This wasn't being caught by the existing test, since the error was also a TypeError:

TypeError: exceptions must derive from BaseException

so I've also updated the test to check error message itself.

@mj-will mj-will added the bug Something isn't working label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants