mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 06:25:15 -04:00
Fix format in benchmark input file
Fix small format issue in benchmarks/QS_pao_ml_tio2/pao_ml_tio2.inp. The benchmark runs still fine after this. This seems atypical compared to the other input files included in the repo. And it triggers a complicated bug in the cp2k-input-tools https://github.com/cp2k/cp2k-input-tools. I think it is correct to fix this here.
This commit is contained in:
parent
10d5862cfd
commit
b977e330b9
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@
|
|||
PRIOR MEAN
|
||||
TOLERANCE 1000.0
|
||||
&TRAINING_SET
|
||||
./test-1_0.pao
|
||||
./test2-1_0.pao
|
||||
test-1_0.pao
|
||||
test2-1_0.pao
|
||||
&END TRAINING_SET
|
||||
&END MACHINE_LEARNING
|
||||
&PRINT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue