finally fixed issues

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2020-05-18 16:12:22 -05:00
parent 3daa12a3da
commit 641905e87a
2 changed files with 18 additions and 15 deletions

View File

@ -1,4 +1,6 @@
from analysis import analysis as an
def test_():
test_data_linear = [1, 3, 6, 7, 9]
y_data_ccu = [1, 3, 7, 14, 21]
y_data_ccd = [1, 5, 7, 8.5, 8.66]

View File

@ -1 +1,2 @@
def test_():
assert 1 == 1