Skip to content

Commit ac37de9

Browse files
committed
Fix pre-commit
1 parent 69b097b commit ac37de9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ml_peg/app/molecular_crystal/DMC_ICE13/app_DMC_ICE13.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717

1818
MODELS = get_model_names(current_models)
1919
BENCHMARK_NAME = "DMC-ICE13 Lattice Energies"
20-
DOCS_URL = (
21-
"https://ddmms.github.io/ml-peg/user_guide/benchmarks/molecular_crystal.html#dmc-ice13"
22-
)
20+
DOCS_URL = "https://ddmms.github.io/ml-peg/user_guide/benchmarks/molecular_crystal.html#dmc-ice13"
2321
DATA_PATH = APP_ROOT / "data" / "molecular_crystal" / "DMC_ICE13"
2422

2523

0 commit comments

Comments
 (0)