Skip to content

Commit a60181d

Browse files
change parameters in context
1 parent e9c449d commit a60181d

File tree

1 file changed

+1
-1
lines changed
  • src/main/python/systemds/scuro/representations

1 file changed

+1
-1
lines changed

src/main/python/systemds/scuro/representations/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self, name, parameters = None):
3131
Parent class for different context operations
3232
:param name: Name of the context operator
3333
"""
34-
super().__init__(name) # TODO add parameters
34+
super().__init__(name, parameters)
3535

3636
@abc.abstractmethod
3737
def execute(self, modality: Modality):

0 commit comments

Comments
 (0)