We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method get_min_max_var_deployment(nc_file_list, varname) should take into account the var_qc values before returning min/max values.
get_min_max_var_deployment(nc_file_list, varname)
var_qc
The text was updated successfully, but these errors were encountered:
Maybe create a get_good_var(var, var_qc) method that could be reused in get_data_in_deployment.
get_good_var(var, var_qc)
get_data_in_deployment
Sorry, something went wrong.
I'm on it.
Will be fixed by 854bcd6 in this PR #809
ggalibert
No branches or pull requests
Method
get_min_max_var_deployment(nc_file_list, varname)
should take into account thevar_qc
values before returning min/max values.The text was updated successfully, but these errors were encountered: