GeoscienceAustralia / GeoscienceAustralia/anuga_core
Cleanup parallel structures code
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 229
- Forks
- 110
- Avg merge
- 1h 38m
- Merged PRs (30d)
- 1
Description
Should combine sequential and parallel structures code. There is replication of code which should be removed. I suggest moving most of the code to the structures directory, and make sure the code can run both sequential and parallel mode.
With such a cleanup it should be easy to add new structures.
Contributor guide
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
Start by comparing the existing sequential and parallel structures code to identify duplicated responsibilities and determine what can move into the structures directory. Done means both execution modes still work through the shared implementation and adding a new structure no longer requires replicated code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100