You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that the latest() function returns the latest run for a specific setting, but this consider all runs, also those that stil don't have all files online.
Is there a way to find the latest complete run with all steps present on the server?
I tried to specify step in the request but that didn't work.
The text was updated successfully, but these errors were encountered:
if (latest_144_date == latest_90_date):
print(latest_144_date)
else:
print(latest_90_date)
`
Issue #11 reports a fault with the client.latest function where it errors when the 18z run is the last run. The code above fors for runs 00z, 06z and 12z at the moment.
I know that the
latest()
function returns the latest run for a specific setting, but this consider all runs, also those that stil don't have all files online.Is there a way to find the latest complete run with all steps present on the server?
I tried to specify
step
in the request but that didn't work.The text was updated successfully, but these errors were encountered: