kangwonlee / kangwonlee/nmisp

50 / 10 : less global variables

Open
#280 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.