Skip to content

A python package to help automate experiments using thales potentiostats.

License

Notifications You must be signed in to change notification settings

Arkady-A/AutoThalix

Repository files navigation

AutoThalix

Repository that contains a toolkit to coduct complex operations on potentiostat.

Documentation: https://autothalix.readthedocs.io/en/latest/

How to use

Usage of this package is demonstrated in this repository. You can fork or clone it and start using it.

Communication

Report an issue or bug:

  • 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."

Request a new feature or enhancement:

  • 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."

Participate in development

Run this command to create virtual environment:

python -m venv venv

Run this command to activate virtual environment:

source venv/bin/activate

Install requirements

Run this command in virtual environment to install all dependencies:

pip install -r requirements.txt

Run tests

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

Changes to baseline.yaml

⚠️ Following regards changes made to baseline.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.

About

A python package to help automate experiments using thales potentiostats.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages