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

mrelnet.py throws an error #36

Open
michaelcoconnor opened this issue Oct 8, 2018 · 0 comments
Open

mrelnet.py throws an error #36

michaelcoconnor opened this issue Oct 8, 2018 · 0 comments

Comments

@michaelcoconnor
Copy link

UnboundLocalError: local variable 'fit' referenced before assignment happens due to the assignment fit['beta'] = beta on line 233 not benefiting from fit = dict() of line 217 which is out of scope. It seems that the latter statement should be moved to just after line 188.

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

No branches or pull requests

1 participant