Commit 87292660 authored by Davis King's avatar Davis King

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