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: Running hosp only notebook #50

Closed
SamuelBrand1 opened this issue Oct 11, 2024 · 0 comments · Fixed by #51
Closed

Bug: Running hosp only notebook #50

SamuelBrand1 opened this issue Oct 11, 2024 · 0 comments · Fixed by #51

Comments

@SamuelBrand1
Copy link
Collaborator

Describe the bug
Running the notebook here fails with error

TypeError: RandomVariable.init() takes 1 positional argument but 2 were given

Pointing at

self.p_hosp_ar_proc = ARProcess("p_hosp")

Which suggests that something has changed in the RandomVariable class initialiser?

To Reproduce
Steps to reproduce the behavior:

  1. Activate poetry env from root of this repo.
  2. Preview the notebook linked above (noting that this returns Starting poetry-kernel kernel...Done)
  3. See error

Expected behavior
Notebook to render

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 a pull request may close this issue.

1 participant