Skip to content

Commit c0023f0

Browse files
committed
Fixing imports to old fadesign module
1 parent 1edd095 commit c0023f0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

famodel/design/LineDesign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import moorpy as mp # type: ignore
44
#import moordesign.MoorSolve as msolve
5-
from fadesign.fadsolvers import dsolve2, dopt2, doptPlot
5+
from famodel.design.fadsolvers import dsolve2, dopt2, doptPlot
66
from moorpy.MoorProps import getAnchorProps # type: ignore
77
from moorpy.helpers import (loadLineProps, getLineProps, # type: ignore
88
rotationMatrix, getFromDict)

tests/test_LineDesign.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,7 @@ def test_DEA_Chain_COBYLA_tension():
147147
assert abs(X3[1] - 102.869) < 0.01
148148

149149

150-
test_DEA_Chain_COBYLA_none()
151-
test_DEA_Chain_COBYLA_offset()
152-
test_DEA_Chain_COBYLA_tension()
153-
a = 2
150+
154151
'''
155152
def test_DEA_Chain_Polyester_COBYLA_none():
156153

0 commit comments

Comments
 (0)