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

Bring McCabe complexity down to at least 12 #6

Open
jhrmnn opened this issue Oct 27, 2018 · 1 comment
Open

Bring McCabe complexity down to at least 12 #6

jhrmnn opened this issue Oct 27, 2018 · 1 comment

Comments

@jhrmnn
Copy link
Owner

jhrmnn commented Oct 27, 2018

On 27 Oct 2018, we have:

caf/sessions.py:256:11: C901 'Session._eval_async' is too complex (22)
caf/graph.py:71:7: C901 'traverse_async' is too complex (12)
caf/sci/geomlib.py:206:5: C901 'Molecule.dump' is too complex (11)
caf/sci/geomlib.py:358:1: C901 'load' is too complex (15)
caf/sci/aims/aims.py:104:5: C901 'Control.process' is too complex (11)
caf/rules/dirtask.py:63:1: C901 'dir_task' is too complex (12)
@jhrmnn
Copy link
Owner Author

jhrmnn commented Oct 28, 2018

Only Session._eval_async remains above 12

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

No branches or pull requests

1 participant