-
Notifications
You must be signed in to change notification settings - Fork 102
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
mfile_skip getting ignored in pf.add_parameters() #564
Comments
hey @kmarkovich, |
right on, thanks @briochh ! |
@briochh mfile_skip should still preserve those skipped lines when writing out the file, no? looks like it's dropping them in the written out file |
it's a good point @kmarkovich, I think the answer should be probably, yes. Seems our (lazy) preservation of headers might have been limited to list-like files. I'll look at a patch. Might take a moment. |
@kmarkovich, I have a probable fix pushed to develop now. See how this works for you. |
works like a dream! |
Hi, I am trying to add parameters from an ascii file (attached) that has some rows at the top that need to be skipped. Getting an error "could not convert string to float: 'ncols'" which suggests that pyemu is still trying to read that first line.
AWC_subset.txt
The text was updated successfully, but these errors were encountered: