Mark C. Williams
Mark C. Williams
I don't use Anaconda, so I'm not sure... Are you running it inside cygwin? Maybe Anaconda has a separate path system? I can't see your whole error message. You may...
The phrase `unresolved external symbol` means that you are either missing a library (possible) or more likely, the Fortran compiler is using symbols your linker doesn't understand. I don't think...
For the case of comparing literals (int, string, etc) w/ variable value bindings, I'm not 100% sure what the difference is in the compiler (object id vs value equiv), but...
Hi @megies, thanks for trying it out! Short answer: I'll try and get you something ASAP next week if not today... Long answer: I've got 3 main things to do...
Hi @d-chambers -- no, but hopefully I'll have time to circle back around to updating hashpy this year. FYI, our production script is actually in the 'dev_curds' branch right now...
What about making all the args to `Station.__init__` kwargs set to `None`, and then checking the ones that should be set in code? I've seen that in other projects with...