From a0c1686ac5d711df7721fd82b3cc21cafb8aef9e Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sat, 10 May 2014 22:48:43 -0400 Subject: [PATCH] Pass `withBoosters` to projected fits (to flag booster calculation) --- eos/saveddata/fit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/saveddata/fit.py b/eos/saveddata/fit.py index cd1a379b9..a2a503fa7 100755 --- a/eos/saveddata/fit.py +++ b/eos/saveddata/fit.py @@ -930,7 +930,7 @@ class Fit(object): item.calculateModifiedAttributes(targetFit, runTime, True) for fit in self.projectedFits: - fit.calculateModifiedAttributes(self, dirtyStorage=dirtyStorage) + fit.calculateModifiedAttributes(self, withBoosters=withBoosters, dirtyStorage=dirtyStorage) def fill(self): """