UO-Geophysics / MudPy

Kinematic and static rupture forward modeling and inversion code
Other
116 stars 63 forks source link

loadtxt issue #73

Open sndybing opened 3 years ago

sndybing commented 3 years ago

runslip.inversionGFs appears to use loadtxt instead of genfromtxt with skip_header set to 1, so the first line of the station gflist file is skipped. This means the code doesn't run for one of the stations. Temporary fix - added a blank commented "header" line to the gflist file.