Skip to content

Commit 340bc1f

Browse files
fixed tests
1 parent 0712480 commit 340bc1f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/test_backend.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
from src.backend import create_integrator, auto_block_construction, create_function
1+
from src.pathsim_utils import (
2+
create_integrator,
3+
auto_block_construction,
4+
create_function,
5+
)
26
from src.custom_pathsim_blocks import Process, Splitter
37

48
import pathsim.blocks

0 commit comments

Comments
 (0)