We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
QueueProcessors/
utils/
setup.py
requirements.txt
Webapp/
EndOfRunMonitor/
Install the autoreduction project by opening a command line prompt (terminal) in the autoreduction directory and running the following:
pip install -e . pip install -r requirements.txt
If you need to start any services for local testing please see the instructions
Run all valid unit tests on the node. These will vary depending on what node you are testing, but can be done with:
pytest <name_of_directory>
This should be an easy way to find quick errors in the setup of the project