bugs in pipeline dev/dr #2233
Unanswered
denverargon
asked this question in
Q&A
Replies: 1 comment
-
|
We were able to resolve some of problem 1 above by matching package versions to yours (Jake's), but now I get this trace when trying to run the flux node. It doesn't let me select the right irradiation disc or monitors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Getting dev/dr installed on our M3 Macs and having some trouble.
IsoEvo results in a stack trace:
Traceback (most recent call last):
File "/opt/anaconda3/envs/pychron/lib/python3.10/site-packages/enable/qt/base_window.py", line 285, in sizeHint
return self.handler.sizeHint(qt_size_hint)
File "/opt/anaconda3/envs/pychron/lib/python3.10/site-packages/enable/qt/base_window.py", line 188, in sizeHint
qt_size_hint.setWidth(width)
TypeError: setWidth(self, w: int): argument 1 has unexpected type 'numpy.float64'
When Cam runs IsoEvo to fit a series of airs, he gets this. Running Pyface 7.4.1.
Traceback (most recent call last): "/opt/anaconda3/envs/pychron/lib/python3.10/site-packages/traits/trait_notifiers.py", line 524, in _dispatch_change_event self.dispatch(handler, *args) File "/opt/anaconda3/envs/pychron/lib/python3.10/site-packages/traits/trait_notifiers.py", line 486, in dispatch handler(*args) File "/Users/cmmercer/.pychron.0/pychron/pychron/pipeline/tasks/task.py", line 850, in _handle_run_needed self.run() File "/Users/cmmercer/.pychron.0/pychron/pychron/pipeline/tasks/task.py", line 463, in run self._run_pipeline() File "/Users/cmmercer/.pychron.0/pychron/pychron/pipeline/tasks/task.py", line 686, in _run_pipeline self._run("run pipeline", "run_pipeline") File "/Users/cmmercer/.pychron.0/pychron/pychron/pipeline/tasks/task.py", line 665, in _run if not getattr(self.engine, func)(): File "/Users/cmmercer/.pychron.0/pychron/pychron/pipeline/engine.py", line 872, in run_pipeline node.run(state) File "/Users/cmmercer/.pychron.0/pychron/pychron/pipeline/nodes/fit.py", line 328, in run fs = progress_loader(unks, self._assemble_result, threshold=1, step=10) File "/Users/cmmercer/.pychron.0/pychron/pychron/core/progress.py", line 116, in progress_loader items = list(gen()) File "/Users/cmmercer/.pychron.0/pychron/pychron/core/progress.py", line 98, in gen for ri in r: File "/Users/cmmercer/.pychron.0/pychron/pychron/pipeline/nodes/fit.py", line 363, in _assemble_result smart_filter_threshold = f.smart_filter_values(i) File "/Users/cmmercer/.pychron.0/pychron/pychron/options/iso_evo.py", line 48, in smart_filter_values a, b, c, d = self.get_filter_coefficients() File "/Users/cmmercer/.pychron.0/pychron/pychron/options/iso_evo.py", line 52, in return (float(f) for f in self.filter_coefficients.split(","))ValueError: could not convert string to float: ''
Beta Was this translation helpful? Give feedback.
All reactions