Skip to content

Commit 4be4162

Browse files
authored
Put back expected_counts as caching target in _residual.py
1 parent d95c171 commit 4be4162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpsi/PostProcessing/_residual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ResidualPlot(SignalPlot):
4747
__figtype__ = 'signalplot_residuals'
4848

4949
# do not change at runtime (see base class comments):
50-
__caching_targets__ = [] # ['expected_counts']
50+
__caching_targets__ = ['expected_counts']
5151

5252
__rows__ = 3
5353
__columns__ = 1

0 commit comments

Comments
 (0)