-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugs in Occam2D classes #20
Comments
* Handle inmodelfn != INMODEL for Occam2DModel constructor * Handle Windows paths in iter/startup files * Occam 2D example has no colon after 'NUMBER EXCEPTIONS' * More information get2Dmodel error message
Please ignore the first commit (7796846) -- it was made on a branch that I accidentally made from the wrong place, which was a mistake. The latter commit (8b2e6bc) is on a branch ( |
Is there still a bug? On Fri, Nov 2, 2012 at 7:25 PM, nietky [email protected] wrote:
|
Still doesn't work
Unless I'm mistaken, nothing relevant has been changed in occamtools since I posted this. ? Anyway so you can reproduce this yourself, here's an example and the files with the standard occam filenames: http://nbviewer.ipython.org/4032165/test_case.ipynb |
Cool, I'll work on that today and hopefully have something working. On Thu, Nov 8, 2012 at 4:21 AM, nietky [email protected] wrote:
|
Ok, should have fixed the bugs which are now on the master branch, I In the INMODEL file the NUMBER EXCEPTIONS 0 line would be better formatted the function will now look for either data or .dat for the data file. I haven't allowd for exceptions or fixed values in the mesh file, have you Have you tried using the mask point function for interactive masking of On Thu, Nov 8, 2012 at 7:34 AM, Jared Peacock [email protected]:
|
The example model file in the Occam 2d manual doesn't have a colon.
But this meant to be a general purpose module! People could have named I very very very very strongly think we must write code that requires only What if someone wants to use mtpy to look at hundreds of Occam modeling
I've always meant to but never got around to it. You're right, we should. I
Nope - you mean in your plotting code? That's what I was aiming at using Thanks for looking at this by the way. I'm still trying to get a grip on |
I'm having quite a bit of trouble getting Occam2D classes to read in my existing Occam 2D runs.
Problems:
INMODEL
, and the keyword argument provided for it in the constructor for Occam2DModel basically does nothing. I fixed this for at least my case...The last one is the problem I haven't been able to fix. I don't know the algorithm used and haven't been able to sort it out yet. The model file is here: https://gist.github.com/3997973#file_model.txt
The text was updated successfully, but these errors were encountered: