Skip to content

Commit 92523ae

Browse files
authored
Merge pull request #266 from ToFuProject/devel
Preparing 1.4.2
2 parents df2841d + 314b7bc commit 92523ae

File tree

283 files changed

+19068
-40663
lines changed

Some content is hidden

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

283 files changed

+19068
-40663
lines changed

.gitignore

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*.c
88
*.cpp
99
*.nfs*
10+
11+
# annotated files
1012
tofu/geom/*.html
1113

1214
# No images
@@ -38,24 +40,33 @@ dist/
3840
tofu.egg-info/
3941
build/
4042

41-
#Notes_Upgrades/
42-
4343
# Tex files
4444
*.aux
4545
*.log
4646

47-
# .gitignore
48-
1
49-
Introduction
50-
computing
51-
Details
47+
# coverage output
5248
.coverage
5349

5450
# Include travis
5551
!.travis.yml
5652

53+
# no precommit configurations
54+
.pre-commit-config.yaml
55+
5756
# installation dir
5857
usr/
5958

60-
# tests of LOS on west and ITER
61-
tofu/tests/tests01_geom/laura_tmp/
59+
# no PyCharm config files
60+
.idea/
61+
62+
# do not commit sphinx built files
63+
doc/build/html/
64+
65+
# do not commit built compiled files on windows
66+
*.pyd
67+
68+
# do not commit sphinx-gallery files
69+
doc/source/auto_examples/
70+
71+
# do not commit nose tests files
72+
*.noseids

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: python
22
python:
3-
- '2.7'
43
- '3.6'
5-
#- '3.7-dev'
4+
- '3.7-dev'
65

76
git:
87
depth: 200
@@ -14,9 +13,9 @@ before_install:
1413
- gcc --version
1514
- export START=$(pwd)
1615
install:
17-
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
18-
-O miniconda.sh; export VADD="py27"; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
19-
-O miniconda.sh; export VADD="py36"; fi
16+
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.7-dev" ]]; then export VADD="py37"; else export VADD="py36"; fi
17+
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
18+
-O miniconda.sh
2019
- bash miniconda.sh -b -p $HOME/miniconda
2120
- export PATH="$HOME/miniconda/bin:$PATH"
2221
- hash -r

Debug_JINTRACMesh.svg

Lines changed: 21 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@article{didier2016,
2+
title={Non-monotonic growth rates of sawtooth precursors evidenced with a new method on ASDEX Upgrade},
3+
author={Vezinet, D and Igochine, V and Weiland, M and Yu, Q and Gude, A and Meshcheriakov, D and Sertoli, M and EUROfusion MST1 Team and others},
4+
journal={Nuclear Fusion},
5+
volume={56},
6+
number={8},
7+
pages={086001},
8+
year={2016},
9+
publisher={IOP Publishing}
10+
}
Binary file not shown.

0 commit comments

Comments
 (0)