llnl / llnl/PyDV

Copy duplicating curves

Open
#249 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.