mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-29 08:19:27 +02:00
removed unnecessary imports from tests
This commit is contained in:
parent
bb9790acd7
commit
e46746e4ca
4 changed files with 12 additions and 22 deletions
|
@ -4,6 +4,7 @@ import pytest
|
|||
|
||||
np.random.seed(0)
|
||||
|
||||
|
||||
def test_root_linear():
|
||||
|
||||
def root_function(x, d):
|
||||
|
@ -16,4 +17,3 @@ def test_root_linear():
|
|||
assert np.isclose(my_root.value, value)
|
||||
difference = my_obs - my_root
|
||||
assert all(np.isclose(0.0, difference.deltas['t']))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue