Skip to content

Commit

Permalink
Merge pull request #157 from ewquon/update_windtools
Browse files Browse the repository at this point in the history
Update windtools
  • Loading branch information
ewquon authored Mar 24, 2023
2 parents b5f8855 + 8d95cef commit c534597
Show file tree
Hide file tree
Showing 30 changed files with 1,014 additions and 290 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ cd /path/to/a2e-mmc/mmctools
pip install -e .
```

### `windtools`

This repository includes a subtree from https://github.com/NREL/windtools, which
provides an essential plotting library (importable as `from mmctools.plotting
import ...`) as well as other simulation post-processing helper modules.


## Code Development Principles

- All code should be usable in, and demonstrated by, Jupyter notebooks.
Expand Down
2 changes: 1 addition & 1 deletion mmctools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
# enable `from mmctools.foo.bar import baz # to import baz from windtools.foo.bar`
import os
mmctools_module = os.path.split(__file__)[0]
__path__.append(os.path.join(mmctools_module,'windtools','windtools'))
__path__.append(os.path.join(mmctools_module,'..','windtools','windtools'))

47 changes: 0 additions & 47 deletions mmctools/windtools/windtools/io/ensight.py

This file was deleted.

171 changes: 0 additions & 171 deletions mmctools/windtools/windtools/io/vtk.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
URL = 'https://github.com/a2e-mmc/mmctools'
EMAIL = '[email protected]'
AUTHOR = 'U.S. Department of Energy'
REQUIRES_PYTHON = '>=3.10.6'
REQUIRES_PYTHON = '>=3.10.5'
VERSION = '0.1.1'

# What packages are required for this module to be executed?
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c534597

Please sign in to comment.