You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warningMsg='WARNING! Constant reactants appearing on the right-handside are ignored. Every constant reactant on the left-handside (implicitly) corresponds to the same constant reactant on the right-handside.\n'\
1805
1806
f'E.g., in rule '+str(rule.lhsReactants) +' -> '+str(rule.rhsReactants) +' constant reactants should not appear on the right-handside.'
1806
-
print(warningMsg)
1807
-
#raise exceptions.MuMoTWarning(warningMsg)
1807
+
warn(warningMsg, exceptions.MuMoTWarning)
1808
1808
break# print maximum one warning
1809
1809
1810
1810
# Add to the target of the first non-empty item the new born coming from empty-set or constant reactants
wrnMsg="WARNING! net-param value "+str(self._netParam) +" is invalid for Moving-Particles. Valid range is [0,1] indicating the particles' communication range. \n"
3929
3929
self._netParam=0.1
3930
3930
wrnMsg+="New default values is '_netParam'="+str(self._netParam)
0 commit comments