Repository that contains a toolkit to coduct complex operations on potentiostat.
Documentation: https://autothalix.readthedocs.io/en/latest/
Usage of this package is demonstrated in this repository. You can fork or clone it and start using it.
- Go to the repository's main page and click on the "Issues" tab.
- Click the "New Issue" button.
- Enter a descriptive title and a description of the issue.
- Add any relevant labels, milestones, or assignees.
- Click "Submit new issue."
- Go to the repository's main page and click on the "Issues" tab.
- Click the "New Issue" button.
- Enter a descriptive title and a detailed description of the feature or enhancement.
- Add the "enhancement" label.
- Add any relevant labels, milestones, or assignees.
- Click "Submit new issue."
Run this command to create virtual environment:
python -m venv venv
Run this command to activate virtual environment:
source venv/bin/activate
Run this command in virtual environment to install all dependencies:
pip install -r requirements.txt
Run this command in virtual environment to install all dependencies for tests:
pip install -r requirements-test.txt
Run this command to run all tests:
pytest
Run this command to run all tests with coverage and open coverage report in browser:
pytest --cov=thales --cov-report=html && open htmlcov/index.html
⚠️ Following regards changes made tobaseline.yaml
only in this repository
Tests for .csv
/metadata.yaml
extraction has example dataset that was obtained by using baseline.yaml on sample cell. If changes to baseline.yaml
are absolutely necessary, then either test should be made to use old baseline.yaml
, or example dataset must be remade with new baseline.yaml
.
In case when new measurement needs to be added, those concerns are not valid.