rename src to pylib and in data.seq float rounding uses start as well

This commit is contained in:
2019-10-15 13:10:11 +02:00
parent 3309613871
commit 23a3da9aaf
15 changed files with 34 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ import unittest
import os
import sys
from pylab import array, argmax, subplot, plot, title, xlim, show, gradient, linspace
sys.path.insert(0, os.path.abspath('../src'))
sys.path.insert(0, os.path.abspath('../pylib'))
from data import data_read
from numerical.fit import gauss_fit