Do not calculate projected fits for command fits (see #931)

This commit is contained in:
blitzman
2017-01-02 23:54:06 -05:00
parent a68f45d15a
commit c91723516e

View File

@@ -782,7 +782,7 @@ class Fit(object):
self.__calculated = True
# Only apply projected fits if fit it not projected itself.
if not projected:
if not projected and not withBoosters:
for fit in self.projectedFits:
if fit.getProjectionInfo(self.ID).active:
fit.calculateModifiedAttributes(self, withBoosters=withBoosters, dirtyStorage=dirtyStorage)