Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

paddyroddy/postgrad_physics_tutorial

Repository files navigation

postgrad_physics_tutorial

A demonstration of various useful tools

Tests Code style: black Imports: isort

Install python packages

Run pip install -r requirements.txt.

pre-commit

Execute pre-commit install to install hooks in your .git/ directory

To build script

Run pip install -e . in the top level directory. Then you can run woo in the command line (and pass any arguments you want).

Tests

To run tests with pytest run pytest -v .. Personally I run pytest -v . locally and pytest -v --runslow . on the CI. That way you can have longer tests which are only ran when you want them to.

About

A demonstration of various useful tools

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages