Interpolate into function, and fail in PETSc vector norm (dolfinx)

Add the line:

test.vector.ghostUpdate(addv=PETSc.InsertMode.ADD, mode=PETSc.ScatterMode.REVERSE)

or

test.vector.assemble()

after interpolation.