ultralytics 8.0.58
new SimpleClass, fixes and updates (#1636)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
This commit is contained in:
@ -8,7 +8,7 @@ try:
|
||||
|
||||
assert clearml.__version__ # verify package is not directory
|
||||
assert not TESTS_RUNNING # do not log pytest
|
||||
except (ImportError, AssertionError):
|
||||
except (ImportError, AssertionError, AttributeError):
|
||||
clearml = None
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@ try:
|
||||
|
||||
assert not TESTS_RUNNING # do not log pytest
|
||||
assert comet_ml.__version__ # verify package is not directory
|
||||
except (ImportError, AssertionError):
|
||||
except (ImportError, AssertionError, AttributeError):
|
||||
comet_ml = None
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user