You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: enhance action stringify tests for NaN and unknown value handling
The `test_action_stringify()` check was preventing actions from having `nan` or `unknown` in them, so something like "Sustenance" would be flagged.
This change makes the test assert where those values would actually cause a problem.