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
- Add isinstance(dict) checks before calling dict methods
- Prevents AttributeError when seed data contains non-dict objects
- Fixes test failures in test_T31-T38
This ensures robust handling of mixed data types during model initialization
0 commit comments