Skip to content

Commit 5a40e25

Browse files
Copilotfermga
andcommitted
Fix import errors: restore compatibility.py and correct NFRValidator import
Co-authored-by: fermga <203334638+fermga@users.noreply.github.com>
1 parent ccc3d48 commit 5a40e25

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/helpers/mathematics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
BasicStateProjector,
1111
HilbertSpace,
1212
MathematicalDynamicsEngine,
13-
NFRValidator,
1413
make_coherence_operator,
1514
make_frequency_operator,
1615
)
16+
from tnfr.validation import NFRValidator
1717
from tnfr.node import NodeNX
1818
from tnfr.structural import create_nfr
1919

0 commit comments

Comments
 (0)