Turn SNOPT restart dict into a class object
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 270
- Forks
- 123
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 3
Description
Description of feature
Instead of a dict with 6 fields, use a dataclass (we can keep the same field names) to formalize the schema. We should still be able to pickle the same object, or offer npz-type serialization if needed.
Let's confirm with other developers before proceeding.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. First locate the SNOPT restart dictionary and inspect its six fields and current pickle behavior. The work is done when the schema is formalized as a class while preserving field names and compatible serialization, after confirming the approach with other developers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100