50 / 10 : less global variables
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 12
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
* `dx_dt()` uses two global variables `a0` and `a1`
* alternatives? default arguments? closure?🤔
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating dx_dt and the definitions and uses of the global variables a0 and a1 in the notebook. Compare the mentioned default-argument and closure alternatives, then verify that the numerical behavior remains unchanged and that dx_dt no longer depends on those globals.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100