mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
finally fixed issues
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
2cbdd29ae5
commit
da8f6331eb
@ -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
|
Loading…
Reference in New Issue
Block a user