PESTools / pestools

PESTools
12 stars 10 forks source link

MF paper first cut #30

Closed echristi closed 9 years ago

echristi commented 9 years ago

This is still rough but getting closer. I put stuff in word to make the process easier for review. I quickly found that we would be limited on text (5 page max) if we want to show figures from PESTools. So, there is very little explanation of what is going on, just mostly code snips and results.

Andy - when I tired to generate the Indentifiability stacked bar it failed. I would like to include this so held some space assuming something was messed up on my end.

aleaf commented 9 years ago

Hey Evan- Looking through the errors in the MFpaper_suggestions notebook, it looks like the error is occuring in mat_handler. Do you know what version of pyemu you have? I did a fetch upstream last week to pull in the most recent version on my machine. Note- because I import pyemu in the identpar class, the version of mat_handler that installed with pyemu is being used (instead of the version in the pestools folder). We'll have to clean this up at some point.

echristi commented 9 years ago

What version of Scipy do you have. I'm have the latest version of pyemu but it looks like it is failing within scipy while trying to do the SVD. I'm using Scipy 0.15.1

echristi commented 9 years ago

Rolling back to scipy 0.14 fixed the issue. I'll post something to pyemu page.

aleaf commented 9 years ago

Yep, that is what I am using.

On Apr 6, 2015, at 10:24 AM, echristi notifications@github.com wrote:

Rolling back to scipy 0.14 fixed the issue. I'll post something to pyemu page.

— Reply to this email directly or view it on GitHub.