Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linter issues #16

Closed
firefly-cpp opened this issue Feb 27, 2022 · 0 comments · Fixed by #17
Closed

Linter issues #16

firefly-cpp opened this issue Feb 27, 2022 · 0 comments · Fixed by #17

Comments

@firefly-cpp
Copy link
Owner

./niaarm/niaarm.py:17:128: E501 line too long (320 > 127 characters)
./niaarm/niaarm.py:19:128: E501 line too long (287 > 127 characters)
./niaarm/niaarm.py:121:128: E501 line too long (137 > 127 characters)
./niaarm/association_rule.py:77:5: C901 'AssociationRule.support_confidence' is too complex (21)
./niaarm/association_rule.py:203:128: E501 line too long (128 > 127 characters)
./niaarm/dataset.py:44:128: E501 line too long (128 > 127 characters)
./niaarm/init.py:1:1: F401 'niaarm.niaarm.NiaARM' imported but unused
./niaarm/tests/test_shrinkage.py:38:9: F841 local variable 'antecedent_b' is assigned to but never used
./niaarm/tests/test_shrinkage.py:40:9: F841 local variable 'consequence_b' is assigned to but never used
./niaarm/tests/test_shrinkage.py:42:9: F841 local variable 'support_b' is assigned to but never used
./niaarm/tests/test_shrinkage.py:44:9: F841 local variable 'confidence_b' is assigned to but never used
./niaarm/tests/test_shrinkage.py:131:9: F841 local variable 'permutation' is assigned to but never used
./niaarm/tests/conftest.py:7:1: W391 blank line at end of file
./niaarm/tests/init.py:1:1: W293 blank line contains whitespace
./niaarm/tests/test_cut_point.py:139:128: E501 line too long (146 > 127 characters)
./niaarm/tests/test_cut_point.py:236:128: E501 line too long (134 > 127 characters)
./niaarm/tests/test_rule_building.py:76:9: F841 local variable 'order' is assigned to but never used
./niaarm/tests/test_rule_building.py:312:128: E501 line too long (160 > 127 characters)
./niaarm/tests/test_rule_building.py:359:128: E501 line too long (161 > 127 characters)
./niaarm/tests/test_rule_building.py:407:128: E501 line too long (161 > 127 characters)
./niaarm/tests/test_rule_building.py:451:128: E501 line too long (183 > 127 characters)
1 C901 'AssociationRule.support_confidence' is too complex (21)
11 E501 line too long (128 > 127 characters)
1 F401 'niaarm.niaarm.NiaARM' imported but unused
6 F841 local variable 'order' is assigned to but never used
1 W293 blank line contains whitespace
1 W391 blank line at end of file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant