Skip to content

Commit

Permalink
Fix use case where gang boosts were not being applied when projection…
Browse files Browse the repository at this point in the history
…s were added/removed.
  • Loading branch information
blitzmann committed Jul 14, 2015
1 parent c571fdc commit f591ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ def refreshFit(self, fitID):
eos.db.commit()
self.recalc(fit)

def recalc(self, fit, withBoosters=False):
def recalc(self, fit, withBoosters=True):
logger.debug("="*10+"recalc"+"="*10)
if fit.factorReload is not self.serviceFittingOptions["useGlobalForceReload"]:
fit.factorReload = self.serviceFittingOptions["useGlobalForceReload"]
Expand Down

0 comments on commit f591ecb

Please sign in to comment.