Skip to content

Commit cee1f4f

Browse files
committed
run tests with qt (should fail)
1 parent 624ea60 commit cee1f4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/code/test_pypeec.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run_workflow(name, use_script):
109109
"--viewer",
110110
file_viewer,
111111
"--plot_mode",
112-
"debug",
112+
"qt",
113113
]
114114
argv_so = [
115115
"--quiet",
@@ -131,7 +131,7 @@ def run_workflow(name, use_script):
131131
"--plotter",
132132
file_plotter,
133133
"--plot_mode",
134-
"debug",
134+
"qt",
135135
]
136136

137137
# run the scripts
@@ -153,12 +153,12 @@ def run_workflow(name, use_script):
153153
pypeec.run_viewer_file(
154154
file_voxel=file_voxel,
155155
file_viewer=file_viewer,
156-
plot_mode="debug",
156+
plot_mode="qt",
157157
)
158158
pypeec.run_plotter_file(
159159
file_solution=file_solution,
160160
file_plotter=file_plotter,
161-
plot_mode="debug",
161+
plot_mode="qt",
162162
)
163163

164164
# load the files

0 commit comments

Comments
 (0)