-
Notifications
You must be signed in to change notification settings - Fork 101
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
file_prefix argument is inconsistently implemented in fileio/ascii.py #740
Comments
Thanks for pointing that out. Looks like the |
Hello,
Let me know your thoughts about these code changes and whether they would meet the necessary requirements Thanks and Regards, |
@MohitKambli this looks correct. If you want to open a PR with these changes we can discuss the issue. We may also want to check the other output types although from a cursory glance it looks like they do the correct thing. |
Hello @mandli Thanks and Regards, |
…in fileio/ascii.py
Hi, I recently ran into an issue, whereby the
file_prefix
optional argument is not consistently implemented infileio.ascii.write()
. The "fort" prefix is hardcoded for theq
andaux
variables.It looks to me like you just need to change the format string in lines 53 and 65 to match what you have in line 42
Best wishes
Will
The text was updated successfully, but these errors were encountered: