diff --git a/eos/saveddata/fit.py b/eos/saveddata/fit.py index eb4587b61..512a57569 100644 --- a/eos/saveddata/fit.py +++ b/eos/saveddata/fit.py @@ -1107,6 +1107,8 @@ def calculateModifiedAttributes(self, targetFit=None, type=CalcType.LOCAL): # tabs. See GH issue 1193 if type == CalcType.COMMAND and targetFit in self.commandFits: pyfalog.debug("{} is in the command listing for COMMAND ({}), do not mark self as calculated (recursive)".format(repr(targetFit), repr(self))) + elif type == CalcType.PROJECTED: + pyfalog.debug("{} is projecting onto {} (PROJECTED), do not mark self as calculated (not a full local calc)".format(repr(self), repr(targetFit))) else: self.__calculated = True