Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Fix a typo in default input
Browse files Browse the repository at this point in the history
  • Loading branch information
will1792 committed Apr 6, 2019
1 parent 1e18041 commit 8986673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_nn/features/symmetry_function/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, inputs=None):
self.default_inputs = {'symmetry_function':
{
'params': dict(),
'refdata_format':'vasp_out',
'refdata_format':'vasp-out',
'compress_outcar':True,
'data_per_tfrecord': 150,
'valid_rate': 0.1,
Expand Down

0 comments on commit 8986673

Please sign in to comment.