Merge pull request #269 from dice-group/reasoner_adjusments #923
Annotations
10 errors and 10 warnings
lint:
deploy_cl.py#L29
E302 expected 2 blank lines, found 1
|
lint:
deploy_cl.py#L34
E225 missing whitespace around operator
|
lint:
deploy_cl.py#L35
E225 missing whitespace around operator
|
lint:
deploy_cl.py#L36
E225 missing whitespace around operator
|
lint:
deploy_cl.py#L37
E225 missing whitespace around operator
|
lint:
deploy_cl.py#L40
E302 expected 2 blank lines, found 1
|
lint:
deploy_cl.py#L49
E261 at least two spaces before inline comment
|
lint:
deploy_cl.py#L49
E262 inline comment should start with '# '
|
lint:
deploy_cl.py#L49
E501 line too long (136 > 120 characters)
|
lint:
deploy_cl.py#L435
E501 line too long (122 > 120 characters)
|
lint:
deploy_cl.py#L651
W293 blank line contains whitespace
|
lint:
train_nces.py#L1
F401 'os' imported but unused
|
lint:
train_nces.py#L15
W293 blank line contains whitespace
|
lint:
owlapy/util.py#L46
C901 'OrderedOWLObject._comparison_chain' is too complex (13)
|
lint:
owlapy/util.py#L369
C901 'combine_nary_expressions' is too complex (13)
|
lint:
owlapy/fast_instance_checker.py#L179
C901 'OWLReasoner_FastInstanceChecker._lazy_cache_obj_prop' is too complex (13)
|
lint:
owlapy/fast_instance_checker.py#L224
C901 'OWLReasoner_FastInstanceChecker._some_values_subject_index' is too complex (13)
|
lint:
owlapy/fast_instance_checker.py#L266
C901 'OWLReasoner_FastInstanceChecker._find_some_values' is too complex (13)
|
lint:
owlapy/model/__init__.py#L1129
C901 'OWLLiteral.__new__' is too complex (16)
|
lint:
owlapy/owlready2/_base.py#L2
F401 'random' imported but unused
|