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

Commit

Permalink
Merge pull request #59 from Nanco-L/hotfix
Browse files Browse the repository at this point in the history
Fix a typo in default input
  • Loading branch information
will1792 authored Apr 6, 2019
2 parents 1e18041 + 8986673 commit 043fb8c
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 043fb8c

Please sign in to comment.