We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0712480 commit 340bc1fCopy full SHA for 340bc1f
1 file changed
test/test_backend.py
@@ -1,4 +1,8 @@
1
-from src.backend import create_integrator, auto_block_construction, create_function
+from src.pathsim_utils import (
2
+ create_integrator,
3
+ auto_block_construction,
4
+ create_function,
5
+)
6
from src.custom_pathsim_blocks import Process, Splitter
7
8
import pathsim.blocks
0 commit comments