Skip to content

Commit 3f80caa

Browse files
committed
error message
1 parent ea1ef21 commit 3f80caa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pypeec/run/plotter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def _run_extract_solution(data_solution):
154154

155155
# show warning
156156
if not status:
157-
LOGGER.warning("problem detected for the solver")
157+
LOGGER.warning("problem detected with the solution")
158158

159159
return data_init, data_sweep
160160

pypeec/run/solver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def _run_assemble_solution(data_init, data_sweep):
604604

605605
# show warning
606606
if not status:
607-
LOGGER.warning("problem detected for the solver")
607+
LOGGER.warning("problem detected with the solution")
608608

609609
return data_solution
610610

0 commit comments

Comments
 (0)