Commit 0bf5c4f
Model annotations (#4)
* annotations to model.py
* Annotations of Bicycle.__init__()
* Annotation of lyapunov_direct function
* Further annotation and pylint optimization of model.py
* Further annotations for functions and classes in data.py, callbacks.py, plotting.py and dictlogger.py
* Apply suggestions from code review
Co-authored-by: Martin Rohbeck <35061428+martinrohbeck@users.noreply.github.com>
* Compliance with code review from pull request Model annotations #4
Co-authored-by: Martin Rohbeck <35061428+martinrohbeck@users.noreply.github.com>
* Update src/bicycle/model.py
Co-authored-by: Martin Rohbeck <35061428+martinrohbeck@users.noreply.github.com>
* Compliance with code review.
Co-authored-by: Martin Rohbeck <martin.rohbeck@quantco.com>
* Compliance with PR #4.
Co-authored-by: Martin Rohbeck <martin.rohbeck@quantco.com>
* Compliance with PR #4.
Co-authored-by: Martin Rohbeck <martin.rohbeck@quantco.com>
* minor docstring changes to callbacks.py
* minor docstring changes to data.py
* Minor docstring edits for plotting.py
* Minor docstring edits for training.py
* Update model.py
Minor docstring updates to model.py
* Compliance with PR #4
Co-authored-by: Martin Rohbeck <martin.rohbeck@quantco.com>
* Removed comments
---------
Co-authored-by: Martin Rohbeck <35061428+martinrohbeck@users.noreply.github.com>
Co-authored-by: Martin Rohbeck <martin.rohbeck@quantco.com>1 parent 7f49ac3 commit 0bf5c4f
6 files changed
Lines changed: 470 additions & 67 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
68 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
69 | 87 | | |
70 | 88 | | |
71 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments