DanielYankura

Results 6 comments of DanielYankura

I'll go ahead and try adding a try/catch. Also I know users often ignore warnings but if there are cases where it relies on it not throwing an error then...

Sorry this took so long, but I changed it to a warning statement (using libmesh::out). I was going to do a try/catch but I think that might still interfere with...

I checked the tests that failed and it looks like it was because it was tested on those three MOOSE tests I fixed in idaholab/moose#30291 before the PR made it...

That's what I figured. Those two tests weren't failing when I first opened the PR and they aren't failing when I run them locally.

So I had an idea on how to remedy this but I'm wondering if there's a simpler way you've thought of? Coordinate type could be added as an attribute to...

Sorry it took so long to get this one sorted out, but I believe I figured out the issue. It looks like external variables were not getting properly initialized and...