-
Notifications
You must be signed in to change notification settings - Fork 18
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
AttributeError: 'Grid' object has no attribute 'grid' #59
Comments
If i do the following:
it works. Is there an issue with the Grid(filename) constructor? |
Hey @StefanGIT this line should make loading with a filename equivalent to your two step approach, but I think it's not working. If you do |
Thanks, the str(...) works as well! |
@StefanGIT what is your |
might be: |
The whole input autodetection code GridDataFormats/gridData/core.py Lines 127 to 158 in 8f40542
|
- use try/except to load anything vaguely file like (now seems to work with path objects) - raise ValueError if incorrect combination of input data supplied - added tests - fixed bug reading pickle files with suffix .pkl - close #59 - update CHANGELOG
Hi ,
while trying to multiply two grids, i get the following error:
The relevant code lines are:
The error happens in the multiply?
The text was updated successfully, but these errors were encountered: