We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some internal functions take a vera long list of args as inputs, only to return another long list of args. This makes the code really hard to read.
We should refactor these to use dicts or namedtuples.
Candidates:
robotools/robotools/evotools/__init__.py
Lines 39 to 50 in 06f6bc0
_prepare_evo_wash_parameters
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some internal functions take a vera long list of args as inputs, only to return another long list of args.
This makes the code really hard to read.
We should refactor these to use dicts or namedtuples.
Candidates:
robotools/robotools/evotools/__init__.py
Lines 39 to 50 in 06f6bc0
_prepare_evo_wash_parameters
from Add EVOware pipetting commands #21The text was updated successfully, but these errors were encountered: