Skip to content

A 1 line change on the image

Eduardo Bonet requested to merge small-change into no-change-different-run-order

This is a small MR, the only change on the notebook was

y = np.sin(x)

to

y = 2 * np.sin(x)

And the output picture

Merge request reports