GeoscienceAustralia / GeoscienceAustralia/anuga_core

Cleanup parallel structures code

Open
#84 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.