What are all of the differences between .validate()
and .test()
?
#7732
-
After |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Maybe because there is some state that persists and influences one method after the other. Have you seen the same results if you switch the order? Maybe a bug on our side. Is it reproducible in our simple bug report model? |
Beta Was this translation helpful? Give feedback.
-
In the end it appears to have been some sort of seed issue -- I still don't understand quite what was happening, but seed_everything(1) fixed it. |
Beta Was this translation helpful? Give feedback.
In the end it appears to have been some sort of seed issue -- I still don't understand quite what was happening, but seed_everything(1) fixed it.