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

Kills Kernel #8

Open
bdmiller42 opened this issue Oct 11, 2021 · 3 comments
Open

Kills Kernel #8

bdmiller42 opened this issue Oct 11, 2021 · 3 comments

Comments

@bdmiller42
Copy link

Hi, I'm using this package to display regression error. When I call linearfitxy(x,y; plot=true) it spits out the errors and the Pearson coefficient but then it kills my jupyter kernel and I have to restart.

@rafael-guerra-www
Copy link
Owner

rafael-guerra-www commented Oct 11, 2021

Hello. Just in case, note that the syntax uses keyword isplot: linearfitxy(x,y; isplot=true)

Not an user myself of notebooks but checked on Jupyter extension to VS Code on Win10 the attached example and it worked fine:

LinearFitXYerrors_ipynb_Jupyter_notebooks

@bdmiller42
Copy link
Author

bdmiller42 commented Oct 11, 2021 via email

@rafael-guerra-www
Copy link
Owner

rafael-guerra-www commented Oct 11, 2021

Uhm. The example above works fine also for 4000 points:

x = 1:4000
y = 2*x + rand(4000)

Could you post a minimum (non) working example (MWE)?

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

2 participants