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
opened by Bas Nijholt (@basnijholt) at 2018-02-22T15:23:30.787Z
In line 155 in runner.py we can't rely on __name__ because a functools.partial object has no attribute __name__.
~/Work/induced_gap_B_field/adaptive/runner.pyin_run()
353exceptExceptionase:
354raiseRuntimeError(
-->355'An error occured while evaluating '356f'"{self.learner.function.__name__}({x})". '357'See the top traceback for details.'AttributeError: 'functools.partial'objecthasnoattribute'__name__'
(original issue on GitLab)
opened by Bas Nijholt (@basnijholt) at 2018-02-22T15:23:30.787Z
In line 155 in
runner.py
we can't rely on__name__
because afunctools.partial
object has no attribute__name__
.@jbweston
The text was updated successfully, but these errors were encountered: