"sgl-kernel/python/sgl_kernel/load_utils.py" did not exist on "e0b2d3eebebd3d4efc7e323ad2dee605b607f394"
Commit 87292660 authored by Davis King's avatar Davis King
Browse files

Fixed a bug which caused the tests to fail if run more than once.

parent 0243b005
......@@ -268,6 +268,8 @@ namespace
template <typename fe_type>
void do_test()
{
called_rejct_labeling = false;
matrix<double> transition_probabilities(num_label_states, num_label_states);
transition_probabilities = 0.05, 0.90, 0.05,
0.05, 0.05, 0.90,
......
Markdown is supported
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