Switched genfromtxt to loadtxt

This commit is contained in:
Edgar P. Burkhart 2022-03-11 16:02:36 +01:00
parent 3707db4080
commit 232ece2c28
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 3 additions and 2 deletions

View file

@ -63,7 +63,7 @@ log.info("Interpolating bathymetry in 1D")
z = interpolate.griddata(bathy[:, :2], bathy[:, 2], coords)
log.debug(f"z: {z}")
_hires = np.genfromtxt(hires_inp)[::-1]
_hires = np.loadtxt(hires_inp)[::-1]
bathy_hires = np.stack(
(
np.linspace(