This commit is contained in:
omahs
2026-05-08 11:14:45 +02:00
committed by GitHub
parent 56c74094c7
commit bac6fc35fb
3 changed files with 4 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ class Hook:
self.hook_scope = hook_scope
'''Scope of where this hook should apply in terms of the conds used in sampling run.'''
self.custom_should_register = default_should_register
'''Can be overriden with a compatible function to decide if this hook should be registered without the need to override .should_register'''
'''Can be overridden with a compatible function to decide if this hook should be registered without the need to override .should_register'''
@property
def strength(self):