Jacks0nJ / PyFPT

Stochastic first-passage time (FPT) simulations using importance sampling.
Apache License 2.0
11 stars 1 forks source link

Workflow #28

Closed Jacks0nJ closed 2 years ago

Jacks0nJ commented 2 years ago

Thanks to Ian's help, I've now set up a work flow using GitHub actions. Currently, it checks both that flake8 is followed and the unit tests I have written are passed. To do this, I've added .yml files.

To test if the unit tests pass, the action is clever enough to locally install the the code uploaded to GitHub and run it!