Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-wagner committed Apr 25, 2020
1 parent 98abec5 commit c672adf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -18,3 +18,4 @@ python/pygimli/_version.py export-subst
*.jpg binary
*.bms binary
*.pdf binary
pygimli/_version.py export-subst
2 changes: 1 addition & 1 deletion .jenkins.sh
Expand Up @@ -24,7 +24,7 @@ python -c "import numpy; print(numpy.__version__)"
python -c "import matplotlib; print(matplotlib.__version__)"

# Check if core was changed
core_update=$(git --git-dir=trunk/.git diff --name-only $GIT_PREVIOUS_COMMIT $GIT_COMMIT | grep -c src || true)
core_update=$(git --git-dir=trunk/.git diff --name-only $GIT_PREVIOUS_COMMIT $GIT_COMMIT | grep -c core/src || true)

# Set this to 1 if you want clean build (also of dependencies)
export CLEAN=0
Expand Down
2 changes: 0 additions & 2 deletions core/python/MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion doc/examples/2_seismics/plot_04_koenigsee.py
Expand Up @@ -45,7 +45,7 @@
zWeight=0.2, vTop=500, vBottom=5000,
verbose=1)
ax, cbar = mgr.showResult()
mgr.showRayPaths(ax=ax, color="k", lw=0.3, alpha=0.5)
mgr.showRayPaths(ax=ax, color="w", lw=0.3, alpha=0.5)

################################################################################
# Show result and fit of measured data and model response.
Expand Down

0 comments on commit c672adf

Please sign in to comment.