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

LIkelihood Debugging [rollback] #54

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

Conversation

sritchie
Copy link
Collaborator

From @nishadgothoskar :

"This notebook looks at two different implementations of the likelihood and does enumeration using them. It creates a visualization showing that the relative ordering of hypotheses is different between the two likelihoods, which was unituitive."

@nishadgothoskar , I'm rolling this back because it fails the linter, and I'm not sure how it can run in the first place given the missing variables. Can you take a look?

@sritchie sritchie changed the title LIkelihood Debugging LIkelihood Debugging [rollback] Feb 22, 2024
@sritchie
Copy link
Collaborator Author

Here are the existing errors:

ruff.....................................................................Failed
- hook id: ruff
- exit code: 1

bayes3d/viser.py:5:1: F821 Undefined name `server`
bayes3d/viser.py:10:1: F821 Undefined name `server`
bayes3d/viser.py:16:22: F821 Undefined name `server`
bayes3d/viser.py:28:1: E402 Module level import not at top of file
bayes3d/viser.py:30:1: E402 Module level import not at top of file
bayes3d/viser.py:33:26: F821 Undefined name `b`
bayes3d/viser.py:34:37: F821 Undefined name `b`
bayes3d/viser.py:60:32: F821 Undefined name `np`
Found 8 errors.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants