bayes3d icon indicating copy to clipboard operation
bayes3d copied to clipboard

LIkelihood Debugging [rollback]

Open sritchie opened this issue 1 year ago • 1 comments

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 avatar Feb 22 '24 16:02 sritchie

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.


sritchie avatar Feb 22 '24 16:02 sritchie