Closed rabernat closed 7 years ago
FYI, this run is located in /vega/physo/users/ra2697/global_lagrangian/run_fix_floater
@rabernat It seems that floater_convert
read the input 86400
as str rather than int. An immediate fix is to remove --step_time
argument since the values you set is the default value. I will submit a PR to force the input to int.
I think that step_time
may be getting parsed wrong as string rather than int. As a temp fix, 86400
is the default value, so I think it would work if you drop --step_time 86400
.
Sorry, I did not see your comment @geosciz before I posted mine.
This scenario should have been covered by the tests. So you should fix the error and add more tests that cover all the possible command line options. In a new PR.
Sent from my iPhone
On Apr 13, 2017, at 4:13 PM, nathanieltarshish notifications@github.com wrote:
I think that step_time may be getting parsed wrong as string rather than int. As a temp fix, 86400 is the default value, so I think it would work if you drop --step_time 86400.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
closed by #33
cc: @geosciz, @nathanieltarshish
I just tried running floater_convert with the new options on yeti with my Pacific sector data.
I got this error:
What is going on?