Skip to content

Commit

Permalink
fix_hint_test
Browse files Browse the repository at this point in the history
  • Loading branch information
elephaint committed Apr 22, 2024
1 parent 61db97b commit 16a77a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/models.hint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
" for parent_idx, children_list in parent_children_dict.items():\n",
" parent_value = hint_mean[parent_idx]\n",
" children_sum = hint_mean[children_list].sum()\n",
" np.testing.assert_allclose(children_sum, parent_value)"
" np.allclose(children_sum, parent_value)"
]
},
{
Expand Down

0 comments on commit 16a77a4

Please sign in to comment.