Skip to content

Commit

Permalink
update indicator func names
Browse files Browse the repository at this point in the history
  • Loading branch information
philip928lin committed Jan 3, 2025
1 parent 6477bfe commit 6633a2f
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 2,165 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
"\n",
" KGEs = []\n",
" for target in cali_target:\n",
" KGEs.append(hydrocnhs.Indicator().KGE(\n",
" KGEs.append(hydrocnhs.Indicator().get_kge(\n",
" x_obv=obv_flow_data[cali_period[0]:cali_period[1]][[target]],\n",
" y_sim=sim_Q_M[cali_period[0]:cali_period[1]][[target]]))\n",
"\n",
Expand Down

0 comments on commit 6633a2f

Please sign in to comment.