Copy duplicating curves
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 15
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
`copy` work because it adds curves as it goes through the loop of curves. For example, A B and E exist. When copy goes through the loop, it copies A creating C, copies B creating D, then it copies C, which was just created, creating F, etc.
It should generate curves C and D from A and B and curve F from E.
_Originally posted by @rusu24edward in https://github.com/LLNL/PyDV/issues/212#issuecomment-982792425_
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
Start by locating the copy operation and its loop over curves. Reproduce the case with existing curves A, B, and E, then verify that copying creates C and D from the original A and B and creates F from the original E without iterating over newly created curves.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100