You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #142 the micro-manager aborts if a vector-valued output of the micro simulations is included in the adaptivity data.
I obtain the following error message:
TypeError: float() argument must be a string or a real number, not 'list'
The above exception was the direct cause of the following exception:
[...]
micro_manager/micro_manager.py", line 816, in _solve_micro_simulations_with_adaptivity
self._data_for_adaptivity[name][i] = micro_sims_output[i][name]
ValueError: setting an array element with a sequence.
The text was updated successfully, but these errors were encountered:
With #142 the micro-manager aborts if a vector-valued output of the micro simulations is included in the adaptivity data.
I obtain the following error message:
The text was updated successfully, but these errors were encountered: