remove sample test

This commit is contained in:
mfaisyal
2022-09-24 22:58:55 +07:00
parent 5ea6d81c93
commit f9da908e77
4 changed files with 0 additions and 15 deletions

View File

@@ -37,6 +37,3 @@ class FacialTest:
assert_allclose(df_act.mean(), res.mean(), rtol=0.35, atol=1e-8)
assert_allclose(df_act.std(), res.std(), rtol=0.35, atol=1e-8)
def test_dummy_facial(self):
assert True