Kyle Mandli
Kyle Mandli
I would perhaps send the message to a level that is not sent to the console so as to not worry users who are not concerned with such things. This...
Yes to the logger level. Which is not being sent to the logfile?
Do you know where exactly it's hanging? We could possibly modify the decorator to return back the function if this is causing issues if we can detect when this might...
It looks like `pesc4py` is available on sage math cloud but then hangs when it tries to initialize PETSc. I would hazard a guess that this is a bug then...
One of the recent PRs @rjleveque did contained an admittedly fragile way to try to figure out if someone is running on SMC. Maybe use that in the mean time...
Do you mean our issues or hdf5 issues?
Good catch, I am surprised we did not see that before when we converted to Python 3. Does this code even work fully in Python 2?
That's the essential reason why we have yet to implement full NetCDF support as there do not appear to be any AMR enabled codes that also write to NetCDF (or...
I am fine removing this code.
Given that we need to support it in PyClaw to handle plotting smoothly I think this is the right place to do it. I have still not been successful in...