Skip to content

Commit 659e50b

Browse files
Copilotfermga
andcommitted
Fix NFRValidator import in test_runtime_dynamics.py
Co-authored-by: fermga <203334638+fermga@users.noreply.github.com>
1 parent 5a40e25 commit 659e50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/math_integration/test_runtime_dynamics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
CoherenceOperator,
1111
HilbertSpace,
1212
MathematicalDynamicsEngine,
13-
NFRValidator,
1413
make_frequency_operator,
1514
)
15+
from tnfr.validation import NFRValidator
1616
from tnfr.node import NodeNX
1717
from tnfr.operators.definitions import (
1818
Coherence,

0 commit comments

Comments
 (0)