Skip to content

PlasmaFAIR/pyloidal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyloidal

Python utilities for tokamak science.

Install

Install from PyPI:

$ python3 -m pip install --upgrade pip
$ python3 -m pip install pyloidal

Install from GitHub repo:

$ git clone https://github.com/PlasmaFAIR/pyloidal
$ cd pyloidal
$ python3 -m pip install --upgrade pip
$ python3 -m pip install .

Tests

First clone the repo, then:

$ python3 -m pip install .[test]
$ pytest --cov=pyloidal ./tests

License

Copyrighted under the MIT License. Uses elements from OMAS, which is also copyrighted under MIT, 2017 Orso Meneghini.