Another question:
basically all the Fuel tests end with an error because of a division by zero in this
method:
relativeImportanceForSystem
<MSEProperty: #relativeImportanceForSystem type: #Number>
<MSEComment: 'The number of client packages normalized by the total number of
packages'>
^ self lookUpPropertyNamed: #PRIS
computedAs: [ self numberOfClientPackages / (self mooseModel allModelPackages size -
1)]
Something else changed lately that can make (self mooseModel allModelPackages size - 1) =
0?
Cheers,
Fabrizio