Beispiel #1
0
 def test_threshold_zero_one_success(self):
     pdutil.multi_set_data_frame(self.test_pandas_df,
                                 (("one", "col1"), ("four", "col1")), 0.1)
     test = util.assess_vencode_one_zero_boolean(self.test_pandas_df,
                                                 threshold=0.1)
     self.assertTrue(test, msg="Result not expected")
Beispiel #2
0
 def test_threshold_zero_success(self):
     test = util.assess_vencode_one_zero_boolean(self.test_pandas_df,
                                                 threshold=0)
     self.assertTrue(test, msg="Result not expected")