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
There is a section in the objectivefunction.py file in the bias function:
if evaluation[i] == -99999:
'''
Cleans out No Data values
'''
logging.warning('Wrong Results! Clean out No Data Values')
pass
I don't understand why this value of -99999 is being used. I couldn't find this number anywhere else in the repository, and similar functions (such as pbias) do not do this.
Perhaps I am missing a particular data point, but it looks like this check is redundant, and perhaps can be removed.
The text was updated successfully, but these errors were encountered:
There is a section in the
objectivefunction.py
file in thebias
function:I don't understand why this value of -99999 is being used. I couldn't find this number anywhere else in the repository, and similar functions (such as
pbias
) do not do this.Perhaps I am missing a particular data point, but it looks like this check is redundant, and perhaps can be removed.
The text was updated successfully, but these errors were encountered: