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
======================================================================
ERROR: test_autorunner (__main__.TestAutoRunner)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/test_integration_autorunner.py", line 122, in test_autorunner
runner.run()
File "/__w/MONAI/MONAI/monai/apps/auto3dseg/auto_runner.py", line 776, in run
self._train_algo_in_sequence(history)
File "/__w/MONAI/MONAI/monai/apps/auto3dseg/auto_runner.py", line 640, in _train_algo_in_sequence
algo.train(self.train_params)
AttributeError: 'bool' object has no attribute 'train'
The text was updated successfully, but these errors were encountered:
Reverts #6290fixes#6294
this commit is not compatible with the integration tests
---------
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Mingxin Zheng <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mingxin Zheng <[email protected]>
Describe the bug
The text was updated successfully, but these errors were encountered: