We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74988ac commit 1a8fd96Copy full SHA for 1a8fd96
cebra/registry.py
@@ -287,7 +287,9 @@ def get_options(pattern: str = None,
287
raise RuntimeError(
288
f"Registry could not be successfully registered: {module}.")
289
290
- return register, parametrize, init, get_options
+ # NOTE(stes): Used in xCEBRA initially. If you see this note past 0.6.0, please remove it
291
+ # as the functionality is no longer needed.
292
+ #return register, parametrize, init, get_options
293
294
295
def add_docstring(module: Union[types.ModuleType, str]):
0 commit comments