Skip to content
Snippets Groups Projects
Commit dccba991 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Tweak test_improvement_quadrature output

parent 96f01bc6
No related branches found
No related tags found
1 merge request!16Quadrature
......@@ -458,10 +458,7 @@ def test_improvement_quadrature(ctx_factory, order):
total_error = norm(queue, u=esc)
eoc_rec.add_data_point(1.0/n, total_error)
print("-"*75)
print(descr)
print(eoc_rec.pretty_print(abscissa_label="h", error_label="LInf Error"))
print("-"*75)
return eoc_rec.order_estimate(), np.array([x[1] for x in eoc_rec.history])
......
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