It seems that with the most recent changes, the info about the mesh is saved to a json-file with the same name as the .h5 file, which is results.json. Since we also save the results from the benchmark in this file, there is a conflict.
There we will instead save the benchmark results to a file called benchmark_results.h5 and continue to save the benchmark results in results.json
It seems that with the most recent changes, the info about the mesh is saved to a json-file with the same name as the
.h5
file, which isresults.json
. Since we also save the results from the benchmark in this file, there is a conflict.There we will instead save the benchmark results to a file called
benchmark_results.h5
and continue to save the benchmark results inresults.json