We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faeb007 commit e4fe8beCopy full SHA for e4fe8be
pyfmm/traveltime.py
@@ -81,7 +81,7 @@ def travel_time_source(
81
if xx == xarr[0] or xx == xarr[-1] or \
82
yy == yarr[0] or yy == yarr[-1] or \
83
zz == zarr[0] or zz == zarr[-1]:
84
- myLogger.warning("Source ({str(srcloc)}) is on the boundary.")
+ myLogger.warning(f"Source ({str(srcloc)}) is on the boundary.")
85
86
c_xarr = npct.as_ctypes(xarr.astype('f8'))
87
c_yarr = npct.as_ctypes(yarr.astype('f8'))
0 commit comments