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

reference to none existing value #8

Open
londumas opened this issue Apr 6, 2020 · 0 comments
Open

reference to none existing value #8

londumas opened this issue Apr 6, 2020 · 0 comments

Comments

@londumas
Copy link

londumas commented Apr 6, 2020

In /code/synthetic_experiments/mixture_nois_lof.ipynb, there is a reference to no existing variable.

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-11-ac01db1ca609> in <module>()
----> 1 Z[:20]

NameError: name 'Z' is not defined
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-12-ce368ccbfd56> in <module>()
----> 1 len(np.transpose(noisy_pts))

NameError: name 'noisy_pts' is not defined

Same here in /code/synthetic_experiments/timeSeries.ipynb

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-17-5a6d6a758e57> in <module>()
----> 1 reca

NameError: name 'reca' is not defined
@londumas londumas changed the title referece to not existing value reference to none existing value Apr 6, 2020
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