add ode solver, tests and update docs
This commit is contained in:
16
tests/test_fit.py
Normal file
16
tests/test_fit.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import unittest
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('../src'))
|
||||
import fit
|
||||
|
||||
|
||||
class TestFit(unittest.TestCase):
|
||||
|
||||
def test_property(self):
|
||||
self.assertEqual()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user