Skip to content

Commit 5378c13

Browse files
authored
Merge pull request #117 from Loop3D/design
Design
2 parents f0b02f4 + d67652c commit 5378c13

File tree

71 files changed

+1442
-661
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1442
-661
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
3434
run: |
35-
conda install -c conda-forge theano cython numpy pandas imageio scipy matplotlib sphinx=3.5.4 sphinx-gallery sphinxcontrib-bibtex sphinx_rtd_theme myst-parser scikit-learn scikit-image pyamg flake8 pytest networkx -y
35+
conda install -c conda-forge theano cython numpy pandas imageio scipy matplotlib sphinx sphinx-gallery sphinxcontrib-bibtex sphinx_rtd_theme myst-parser scikit-learn scikit-image pyamg flake8 pytest networkx python=3.9 -y
3636
pip install lavavu-osmesa
3737
python setup.py install build_ext --inplace
3838
cd docs

LoopStructural/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import logging
88
from logging.config import dictConfig
9+
__all__ = ['GeologicalModel']
910
import tempfile
1011
from pathlib import Path
1112
from .version import __version__

0 commit comments

Comments
 (0)