FAILED (EX0DIFF) for scalar_network.zdplaskin_ex1/2/3 when running ./run_tests
Closed this issue · 4 comments
Hi,
Archlinux 64-bit user here.
I downloaded moose and crane into projects using git with conda for the necessary files.
I am unable to run the tests successfully after making the program. What is the typical cause for EX0DIFF failing?
I have uploaded the output from my terminal when running:
./run_tests -j 12
Thanks for your help.
Myles
errors.txt
Found that it's a tolerance issue. Sorry.
No worries! I'm looking at the errors file and it looks like you're getting the exodiff error that some AuxVariables are not in the output file. That's an issue on our end; an update was pushed that changed the default AuxVariable name without updating the test files. There shouldn't be anything wrong with the simulation, it's just a naming convention.I'll fix this soon.
Interesting that changing the tolerance solved the issue though.
Thanks for your reply! I had based the tolerance issue off of the FAQ on MOOSE's site, so that's what I assumed to be the issue. I think my guess wasn't right. Seems like the change on your end may be more likely. I really appreciate the explanation!
No problem. You are free to use Github to open issues of course, but if you have any general questions about running Crane, feel free to drop in to the Google group here:
https://groups.google.com/g/zapdos-users
It's technically for Zapdos users, but Zapdos and Crane have been developed together for the past few years so Crane questions are appropriate there as well. (Zapdos is another MOOSE application for plasma transport based on the drift-diffusion approximation.)