Skip to content
Snippets Groups Projects
Commit fa26f785 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Fix (very bad) typo

parent 8d2b6383
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ class AccumulationOutput(SumfactKernelOutputBase, ImmutableRecord): ...@@ -95,7 +95,7 @@ class AccumulationOutput(SumfactKernelOutputBase, ImmutableRecord):
# TODO: Isnt accumvar superfluous in the presence of all the other infos? # TODO: Isnt accumvar superfluous in the presence of all the other infos?
ImmutableRecord.__init__(self, ImmutableRecord.__init__(self,
accumvar=accumvar, accumvar=accumvar,
restriction=None, restriction=restriction,
test_element=test_element, test_element=test_element,
test_element_index=test_element_index, test_element_index=test_element_index,
trial_element=trial_element, trial_element=trial_element,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment