How can I get test_value in PyMC(PyMC4)?

Oh, maybe I missed () for model.initial_point(). Now it works when I access to the test values in this way.

model.initial_point()[“assignment”][:10]

array([1, 1, 1, 0, 0, 0, 0, 1, 0, 1])

Thank you so much.