anna-pa-m / Metabolic-EP

Code and data for analysis of metabolic networks
Other
9 stars 3 forks source link

Fix scaling Bug #12

Closed josePereiro closed 4 years ago

josePereiro commented 4 years ago

Hi, I was working with your package and I found a little bug! The problem is that the priors mean and variance is scale twice. The bug is unnoticed must of the time because those parameters are initialized in zero, but if you use the expval keyword to fix those values you have a problem. I tracked the issue and found the method parseexpval! scale the values once, and the method scaleepfield!does it again! I just deleted the scaling in the first one.

Thanks for the great package