We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0907e3f commit bc82e04Copy full SHA for bc82e04
tests/test_simulate.py
@@ -154,8 +154,9 @@ def test_set_boundaries_df(self):
154
lmodel=["Modelica"],
155
)
156
with pytest.warns(
157
- UserWarning,
158
- match="Boundary file 'x' specified both in simulation_options and as a direct parameter",
+ UserWarning,
+ match="Boundary file 'x' specified both in simulation_options and as a "
159
+ "direct parameter",
160
):
161
res3 = simu.simulate(
162
simulation_options=simulation_options_with_x, x=x_direct
0 commit comments