Skip to content

Commit

Permalink
Merge pull request #83 from svalinn/update-pystell-uw-main
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke authored Apr 10, 2024
2 parents 7ea7f56 + ddab3d7 commit a3ce3aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,10 @@ If you do not have a Coreform Cubit license, you may be able to get one through
Download and extract the PyStell-UW repository:

```bash
git clone --single-branch --branch old https://github.com/aaroncbader/pystell_uw.git
git clone https://github.com/aaroncbader/pystell_uw.git
```

or download the and extract the ZIP file from [PyStell-UW](https://github.com/aaroncbader/pystell_uw/tree/old). Once extracted, add the repository directory to your `PYTHONPATH`.

Note that the `old` branch of PyStell-UW is necessary because there are complications with its `master` branch that prevent its successful integration with ParaStell.
or download and extract the ZIP file from [PyStell-UW](https://github.com/aaroncbader/pystell_uw). Once extracted, add the repository directory to your `PYTHONPATH`.

## Install ParaStell
Download and extract the ParaStell repository:
Expand Down
4 changes: 2 additions & 2 deletions parastell.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import magnet_coils
import source_mesh
import log
import read_vmec
import src.pystell.read_vmec as read_vmec
import cadquery as cq
import cubit
import cad_to_dagmc
Expand Down Expand Up @@ -796,7 +796,7 @@ def parastell(
logger.info('New stellarator build')

# Load plasma equilibrium data
vmec = read_vmec.vmec_data(plas_eq)
vmec = read_vmec.VMECData(plas_eq)

components = {}

Expand Down

0 comments on commit a3ce3aa

Please sign in to comment.