Skip to content
Snippets Groups Projects
Commit a3651428 authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files

Small fix for PostProcessing test

parent 48a64efc
No related branches found
No related tags found
1 merge request!37Fix/post processing
Pipeline #50573 passed
......@@ -168,7 +168,7 @@ def test_plot_metamodel_3d_nopce(basic_engine) -> None:
post = PostProcessing(engine)
with pytest.raises(AttributeError) as excinfo:
post.plot_metamodel_3d()
assert str(excinfo.value) == 'This evaluation only support PCE-type models!'
assert str(excinfo.value) == 'This function is only applicable if the MetaModel input dimension is 2.'
#%% _get_sample
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment