Skip to content

JakobEliasWagner/PINNs_in_medicine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pysics Informed Neural Networks in Medicine

Code by Jakob

Python 3.9

Linters

Install the pre-commit hooks for linting:

pre-commit install

To run all linters manually, use:

pre-commit

Note: only changes added to git are included in linting when using the pre-commit command.

You can also run the single linters one at a time to apply the linter to unstaged files:

black --check .
flake8 .
isort --check-only .

Installation and Setup

Most conventional packages can be installed by running

pip install -r requirements.txt

Additional packages concerning conventional means of solving PDEs (FEniCSx) can only be installed by running

conda install -c conda-forge fenics-dolfinx mpich pyvista

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages