Skip to content

Commit a3438c9

Browse files
disable doctest for solver
1 parent eb22b06 commit a3438c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppsci/solver/solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class Solver:
9999
... "./output",
100100
... opt,
101101
... None,
102-
... )
102+
... ) # doctest: +SKIP
103103
"""
104104

105105
def __init__(

0 commit comments

Comments
 (0)