Skip to content

Commit

Permalink
Fix jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-wagner committed Aug 2, 2018
1 parent 5c37245 commit 3154a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pygimli/physics/traveltime/refraction.py
Expand Up @@ -483,7 +483,7 @@ def simulate(mesh, slowness, scheme, verbose=False, **kwargs):
if not ret.allNonZero('err'):
ret.set('t', t)
ret.set('err', pg.physics.Refraction.estimateError(
ret, absoluteError=noiseAbs)
ret, absoluteError=noiseAbs))

if verbose:
print("Data error estimates (min:max) ",
Expand Down

0 comments on commit 3154a26

Please sign in to comment.