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

Iso Evo will not plot regressions #2231

Open
nelsiverson opened this issue Mar 5, 2024 · 0 comments
Open

Iso Evo will not plot regressions #2231

nelsiverson opened this issue Mar 5, 2024 · 0 comments
Assignees

Comments

@nelsiverson
Copy link
Contributor

Traceback (most recent call last):
File "/Users/argonlab/.edm/envs/edm/lib/python3.6/site-packages/traits/trait_notifiers.py", line 342, in call
self.handler(*args)
File "/Users/argonlab/.pychron.0/pychron/pychron/pipeline/editors/results_editor.py", line 361, in _dclicked_fired
result.analysis.show_isotope_evolutions((result.isotope,))
File "/Users/argonlab/.pychron.0/pychron/pychron/processing/analyses/analysis.py", line 783, in show_isotope_evolutions
g = self.get_isotope_evolutions(*args, **kw)
File "/Users/argonlab/.pychron.0/pychron/pychron/processing/analyses/analysis.py", line 780, in get_isotope_evolutions
return show_evolutions_factory(self.record_id, isotopes, **kw)
File "/Users/argonlab/.pychron.0/pychron/pychron/processing/analyses/analysis.py", line 313, in show_evolutions_factory
make_graph(*args)
File "/Users/argonlab/.pychron.0/pychron/pychron/processing/analyses/analysis.py", line 374, in make_graph
color="black",
File "/Users/argonlab/.pychron.0/pychron/pychron/graph/stacked_regression_graph.py", line 23, in new_series
ret = super(StackedRegressionGraph, self).new_series(*args, **kw)
File "/Users/argonlab/.pychron.0/pychron/pychron/graph/regression_graph.py", line 259, in new_series
self._regress(plot, scatter, line)
File "/Users/argonlab/.pychron.0/pychron/pychron/graph/regression_graph.py", line 482, in _regress
r = self._poly_regress(scatter, r, fit)
File "/Users/argonlab/.pychron.0/pychron/pychron/graph/regression_graph.py", line 595, in _poly_regress
r.determine_fit()
TypeError: determine_fit() missing 1 required positional argument: 'fit'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants