Commit f57cc623 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix mistaken variable used to infer number of masks

1 merge request!3release v0.1.0
Pipeline #43782 passed with stage
in 2 minutes and 55 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -166,7 +166,7 @@ namespace evalhyd
// determine size for recurring dimensions
n_srs = q_prd.shape(0);
n_tim = q_prd.shape(1);
n_msk = msk.shape(1);
n_msk = t_msk.shape(1);
n_exp = b_exp.size();
// drop time steps where observations or predictions are NaN
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment