gradboard 0.1.12__tar.gz → 0.1.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gradboard might be problematic. Click here for more details.
- {gradboard-0.1.12 → gradboard-0.1.13}/PKG-INFO +1 -1
- {gradboard-0.1.12 → gradboard-0.1.13}/gradboard/cycles.py +2 -0
- {gradboard-0.1.12 → gradboard-0.1.13}/pyproject.toml +1 -1
- {gradboard-0.1.12 → gradboard-0.1.13}/LICENSE +0 -0
- {gradboard-0.1.12 → gradboard-0.1.13}/README.md +0 -0
- {gradboard-0.1.12 → gradboard-0.1.13}/gradboard/__init__.py +0 -0
- {gradboard-0.1.12 → gradboard-0.1.13}/gradboard/optimiser.py +0 -0
- {gradboard-0.1.12 → gradboard-0.1.13}/gradboard/scheduler.py +0 -0
|
@@ -139,6 +139,8 @@ class Cycle:
|
|
|
139
139
|
"`generating_function` must be a callable object or one of "
|
|
140
140
|
'"ascent", "triangle", "cosine", "half_cosine" or "half_cycloid"'
|
|
141
141
|
)
|
|
142
|
+
else:
|
|
143
|
+
self._generating_function = generating_function
|
|
142
144
|
|
|
143
145
|
def _get_window(self, step):
|
|
144
146
|
windows = self._windows()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|