-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
- Refactor and rename variables in the
src/models/
such that they match the variables defined in the PDF. This will make the code easier to maintain and perhaps help others port to other languages. - e.g.
sigSqToCiq
should probably be some variation ofqEta
, since it's related to ηq defined on page 287, §3.1.1 - The unit tests should protect you from making any catastrophic changes.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers