remove sample test
This commit is contained in:
@@ -37,6 +37,3 @@ class FacialTest:
|
|||||||
|
|
||||||
assert_allclose(df_act.mean(), res.mean(), rtol=0.35, atol=1e-8)
|
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)
|
assert_allclose(df_act.std(), res.std(), rtol=0.35, atol=1e-8)
|
||||||
|
|
||||||
def test_dummy_facial(self):
|
|
||||||
assert True
|
|
||||||
|
|||||||
@@ -81,6 +81,3 @@ class MovementTest:
|
|||||||
res = processing_movement.get_vocal_tremor()
|
res = processing_movement.get_vocal_tremor()
|
||||||
|
|
||||||
assert_allclose(actual_mean, res.mean(), rtol=0.1, atol=1e-8)
|
assert_allclose(actual_mean, res.mean(), rtol=0.1, atol=1e-8)
|
||||||
|
|
||||||
def test_dummy_movement(self):
|
|
||||||
assert True
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ from pytest import mark
|
|||||||
@mark.non_docker
|
@mark.non_docker
|
||||||
@mark.speech
|
@mark.speech
|
||||||
class SpeechTest:
|
class SpeechTest:
|
||||||
def test_dummy_3(self):
|
|
||||||
assert True
|
|
||||||
|
|
||||||
def test_get_transcribe(self, processing_speech_mp4, processing_speech_wav):
|
def test_get_transcribe(self, processing_speech_mp4, processing_speech_wav):
|
||||||
actual_totaltime = 87.978685
|
actual_totaltime = 87.978685
|
||||||
len_words_count = 57
|
len_words_count = 57
|
||||||
|
|||||||
@@ -175,9 +175,3 @@ class AcousticTest:
|
|||||||
|
|
||||||
assert_allclose(res_mp4.std(), actual_std, rtol=0.1, atol=1e-8)
|
assert_allclose(res_mp4.std(), actual_std, rtol=0.1, atol=1e-8)
|
||||||
assert_allclose(res_wav.std(), actual_std, rtol=0.1, atol=1e-8)
|
assert_allclose(res_wav.std(), actual_std, rtol=0.1, atol=1e-8)
|
||||||
|
|
||||||
def test_dummy_1(self):
|
|
||||||
assert True
|
|
||||||
|
|
||||||
def test_dummy_2(self):
|
|
||||||
assert True
|
|
||||||
|
|||||||
Reference in New Issue
Block a user