Fixes/Adjustments to reasoners #873
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 10 warnings
lint:
deploy_cl.py#L34
E302 expected 2 blank lines, found 1
|
lint:
train_nces.py#L2
E401 multiple imports on one line
|
lint:
train_nces.py#L4
E302 expected 2 blank lines, found 1
|
lint:
train_nces.py#L14
E305 expected 2 blank lines after class or function definition, found 1
|
lint:
train_nces.py#L29
E128 continuation line under-indented for visual indent
|
lint:
train_nces.py#L29
E501 line too long (184 > 120 characters)
|
lint:
ontolearn/nces_trainer.py#L1
E401 multiple imports on one line
|
lint:
ontolearn/nces_trainer.py#L6
E401 multiple imports on one line
|
lint:
ontolearn/nces_trainer.py#L25
E302 expected 2 blank lines, found 1
|
lint:
ontolearn/nces_trainer.py#L27
E501 line too long (125 > 120 characters)
|
lint:
deploy_cl.py#L1
F401 'argparse' imported but unused
|
lint:
deploy_cl.py#L4
F401 'time' imported but unused
|
lint:
train_nces.py#L13
W293 blank line contains whitespace
|
lint:
ontolearn/nces_trainer.py#L5
F401 'sklearn.utils.resample' imported but unused
|
lint:
ontolearn/nces_trainer.py#L24
W293 blank line contains whitespace
|
lint:
ontolearn/nces_trainer.py#L26
W293 blank line contains whitespace
|
lint:
ontolearn/nces_trainer.py#L35
W293 blank line contains whitespace
|
lint:
ontolearn/nces_trainer.py#L66
W293 blank line contains whitespace
|
lint:
ontolearn/nces_trainer.py#L78
W293 blank line contains whitespace
|
lint:
ontolearn/nces_trainer.py#L82
F841 local variable 'size_' is assigned to but never used
|