-
Notifications
You must be signed in to change notification settings - Fork 6
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
"ResultType" attribute removed - why? #140
Comments
Hi @AL89 Thanks for bringing this to our attention! That sounds like a reasonable use case 😃. It definitely wasn't intentionally removed. I couldn't actually find where this was removed in v0.9. Would you be able to share a minimal code snippet showing what's no longer working? The ResultType actually exists on the C# side and can be accessed as followed from a python Res1D object:
I could see that's maybe a bit awkward to use, and perhaps we could make an attribute on Res1D:
Open to any other suggestions if you have them 😄 |
Hi @ryan-kipawa Thanks for your message. Oh, so it is not really deleted, it is just "hidden" in another way so to speak? But my thought was exactly as you are suggesting - or kinda:
But I will now use |
No worries, thanks for showing how you use it. I'm working on the release for v0.10.0 now. I think for consistency with our other snakecase namings, I'll go with Edit: update is included here #148 |
Hello there.
I've been using
mikeio1d
for a while and I really enjoy it.However, in my opinion, an important attribute has been removed in the latest version (v0.9).
When loading a result file (.res1d) with
mikeio1d.Res1D
module, I was able to load various types of data using the attribute "ResultType".So, if "Resulttype" was...
I was just wondering why? And is there an alternative?
Thanks in advance! :)
The text was updated successfully, but these errors were encountered: