Skip to content

Commit 1a8fd96

Browse files
committed
remove unneeded change in registry
1 parent 74988ac commit 1a8fd96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cebra/registry.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,9 @@ def get_options(pattern: str = None,
287287
raise RuntimeError(
288288
f"Registry could not be successfully registered: {module}.")
289289

290-
return register, parametrize, init, get_options
290+
# 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
291293

292294

293295
def add_docstring(module: Union[types.ModuleType, str]):

0 commit comments

Comments
 (0)