-
Notifications
You must be signed in to change notification settings - Fork 11
Error in .view()
#16
Comments
Not sure what that code is all about :/ I just fixed this and made a whole bunch of other changes: https://github.com/telegraphic/pygdsm The new
|
Oh nice! I'll move my deps over to that library. What's the "d" stand for? |
'd' for diffuse. Name is up for debate though, its a bit alphabet salad-y. Hows about glosmod? Any suggestions? Ps: I'm considering submitting to JOSS, would you be interested in being listed as an author? |
Ah, diffuse makes sense. I actually like I've submitted a few things to JOSS before, so certainly willing to help on that front. Not sure I've done enough on this repo to count as an author -- but if you've got any loose ends that need tying up I'm happy to help out and be on the paper! BTW, there's a few straggling references to |
When calling
.view
it raises an error, sinceplt
is not defined. I think instead ofif not plt:...
it should betry: plt.xxx ... except: xxx
The text was updated successfully, but these errors were encountered: