mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 15:07:21 +00:00
@@ -1,4 +1,6 @@
|
|||||||
from analysis import analysis as an
|
from analysis import analysis as an
|
||||||
|
|
||||||
|
def test_():
|
||||||
test_data_linear = [1, 3, 6, 7, 9]
|
test_data_linear = [1, 3, 6, 7, 9]
|
||||||
y_data_ccu = [1, 3, 7, 14, 21]
|
y_data_ccu = [1, 3, 7, 14, 21]
|
||||||
y_data_ccd = [1, 5, 7, 8.5, 8.66]
|
y_data_ccd = [1, 5, 7, 8.5, 8.66]
|
||||||
|
@@ -1 +1,2 @@
|
|||||||
|
def test_():
|
||||||
assert 1 == 1
|
assert 1 == 1
|
Reference in New Issue
Block a user