Skip to content

Commit

Permalink
add test file
Browse files Browse the repository at this point in the history
update travis

add pyqt to travis

revise qt in travis

fixes for python2

switch from qt to wxpython

try again

try pyside

again

and again

better error catching and remove mayavi from travis and test for now

remove modified jupyter notebooks
  • Loading branch information
smartalecH committed May 31, 2019
1 parent 97a5c5c commit 0fb7f51
Show file tree
Hide file tree
Showing 12 changed files with 593 additions and 1,480,406 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ addons:
- libopenmpi-dev
- mpi-default-bin
- openmpi-bin
- ffmpeg

##################################################
# environment variables applied to all build cases
Expand Down Expand Up @@ -64,7 +65,7 @@ matrix:
- *common_deps
- libhdf5-serial-dev
install:
- pip install numpy mpi4py scipy h5py
- pip install numpy mpi4py scipy h5py matplotlib
- python: "2.7"
env:
- MPICONF="--with-mpi"
Expand All @@ -79,7 +80,7 @@ matrix:
- *common_deps
- libhdf5-serial-dev
install:
- pip install numpy mpi4py scipy h5py
- pip install numpy mpi4py scipy h5py matplotlib
- python: "2.7"
env:
- MPICONF="--with-mpi"
Expand All @@ -95,7 +96,7 @@ matrix:
- *common_deps
- libhdf5-openmpi-dev
install:
- pip install numpy mpi4py scipy
- pip install numpy mpi4py scipy matplotlib
- pip install --no-binary=h5py h5py
- python: "3.7"
env:
Expand All @@ -110,7 +111,7 @@ matrix:
- *common_deps
- libhdf5-serial-dev
install:
- pip install numpy mpi4py scipy h5py coverage coveralls
- pip install numpy mpi4py scipy h5py coverage coveralls matplotlib
- python: "3.7"
env:
- MPICONF="--with-mpi"
Expand All @@ -125,7 +126,7 @@ matrix:
- *common_deps
- libhdf5-serial-dev
install:
- pip install numpy mpi4py scipy h5py
- pip install numpy mpi4py scipy h5py matplotlib
- python: "3.7"
env:
- MPICONF="--with-mpi"
Expand All @@ -141,7 +142,7 @@ matrix:
- *common_deps
- libhdf5-openmpi-dev
install:
- pip install numpy mpi4py scipy
- pip install numpy mpi4py scipy matplotlib
- pip install --no-binary=h5py h5py


Expand Down
357 changes: 71 additions & 286 deletions python/examples/bend-flux.ipynb

Large diffs are not rendered by default.

156,261 changes: 31 additions & 156,230 deletions python/examples/bent-waveguide.ipynb

Large diffs are not rendered by default.

15 changes: 1 addition & 14 deletions python/examples/coupler.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1975,20 +1975,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
"version": "3.7.1"
}
},
"nbformat": 4,
Expand Down
Binary file removed python/examples/out.gif
Binary file not shown.
Binary file removed python/examples/out.mp4
Binary file not shown.
15 changes: 1 addition & 14 deletions python/examples/refl-angular.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1348,20 +1348,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
"version": "3.7.1"
}
},
"nbformat": 4,
Expand Down
197,896 changes: 45 additions & 197,851 deletions python/examples/ring.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 0fb7f51

Please sign in to comment.