We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cba86d commit 4af3455Copy full SHA for 4af3455
1 file changed
examples/linear-elastic-plate-with-hole/fenics/run_benchmark.py
@@ -44,7 +44,6 @@
44
with open(file, "r") as f:
45
data = json.load(f)
46
if data.get("element-size").get("value") >= 0.025:
47
- #if data.get("configuration") == "1":
48
49
# Create output directory for the configuration
50
output_dir = root_unzipped_benchmark_dir / "results" / data.get("configuration")
0 commit comments