Fix sweep.py JSON serialization crash (StageConfig not serializable) #5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
scripts/sweep.pycrashes withTypeError: Object of type StageConfig is not JSON serializablewhen trying to save results. This prevents Stage 2 from ever running.Impact
Fix Needed
Add a custom JSON encoder or convert StageConfig to dict before serialization.
Status