Commit a0ac249
Raise TypeError for invalid collision_cfg instead of silent fallback
When collision_cfg is not None but lacks to_dict(), the previous code
silently fell back to empty kwargs, ignoring all user settings. Now
raises a clear TypeError so misconfiguration surfaces immediately.1 parent e48fbf6 commit a0ac249
1 file changed
Lines changed: 6 additions & 1 deletion
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
575 | 580 | | |
576 | 581 | | |
577 | 582 | | |
| |||
0 commit comments