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

Slope and intercept calculation incorrect in pHParams.py #6

Open
thni323 opened this issue Dec 15, 2020 · 0 comments
Open

Slope and intercept calculation incorrect in pHParams.py #6

thni323 opened this issue Dec 15, 2020 · 0 comments

Comments

@thni323
Copy link

thni323 commented Dec 15, 2020

In pHParams.py calc_ph_slope() the parameter xy is of the following form:
xy: [ [ph[0], reading[0] ], [ ph[1], reading[1] ]
but linregress would expect the following form:
xy: [ [ph[0], ph[1] ], [ reading[0], reading[1] ]

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