Bugs item #1591, was opened at 12/07/2007 13:32 You can respond by visiting: http://labs.libre-entreprise.org/tracker/?func=detail&atid=113&aid=1591&group_id=8 Or by replying to this e-mail entering your response between the following markers: #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ (enter your response here) #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+
Status: Closed Priority: 3 Submitted By: hilaire drouineau (hilaire) Assigned to: Benjamin POUSSIN (bpoussin) Summary: bug simatrix Category: script engine Group: ver-3-0 Resolution: Fixed
Initial Comment: J'ai trouvé pourquoi ça plantait chez Steph! En fait, c'était un problème dans tes modifs qui fait planter la base DemoRegion (population popage). Dans SiMatrix ligne 443 tu fait un result = result.reduce(); pour avoir la matrice totalFishingMortality, or popage n'est que sur une seule zone et donc tu perds aussi la dimension zone. Du coup, la ligne 1041 plante (double F = totalFishingMortality(date, matrixFishingMortality).getValue(group, zone);) Il faudrait que tu ais une fonction reduce où l'on peut préciser les dimensions qu'on veut éliminer ----------------------------------------------------------------------
Comment By: Benjamin POUSSIN (bpoussin) Date: 10/10/2007 15:43
Message: Ajout de la methode dans MatrixND et utilisation dans SiMatrix. ---------------------------------------------------------------------- You can respond by visiting: http://labs.libre-entreprise.org/tracker/?func=detail&atid=113&aid=1591&group_id=8