Skip to content

Commit 4cee845

Browse files
committed
Mention CAD generation in tutorial 4
1 parent cd5b2e5 commit 4cee845

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ install:
6969
- source activate test
7070
- conda install --yes numpy scipy matplotlib pip nose sip=4.18
7171
- if [[ "$TOXENV" == "py27" ]]; then
72-
conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.18.1 python=2.7;
72+
conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.18.1 smesh=6.7.5 python=2.7;
7373
else
74-
conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.18.1 python=3.6;
74+
conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.18.1 smesh=6.7.5 python=3.6;
7575
fi
7676
- pip install setuptools
7777
- pip install enum34

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
4545

4646
| Package | Version | How to install (precompiled binaries via conda) |
4747
|---------|-------------|----------------------------------------------------------------------------------------------------------------------|
48-
| OCC | ==0.18.1 | Python2.7 `conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 smesh=6.7.6 python=2.7` |
49-
| OCC | ==0.18.1 | Python3.6 `conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 smesh=6.7.6 python=3.6` |
48+
| OCC | ==0.18.1 | Python2.7 `conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 smesh=6.7.5 python=2.7` |
49+
| OCC | ==0.18.1 | Python3.6 `conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 smesh=6.7.5 python=3.6` |
5050

5151
conda install -c pythonocc -c dlr-sc -c oce smesh=6.7.6
5252

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def readme():
2525
keywords='blade-generation propeller iges procal',
2626
url='https://github.com/mathLab/BladeX',
2727
author='Marco Tezzele, Mahmoud Gadalla',
28-
28+
2929
license='MIT',
3030
packages=['bladex'],
3131
install_requires=[

tutorials/tutorial-4-deform_blade.ipynb

Lines changed: 17 additions & 8 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)