Skip to content

Commit

Permalink
remove np.array typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpvandermause committed Sep 30, 2019
1 parent d0d762c commit 840055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flare/gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def update_db(self, struc: Structure, forces: list,
self.training_labels_np = self.force_list_to_np(self.training_labels)

def add_one_env(self, env: AtomicEnvironment,
force: np.array, train: bool = False, **kwargs):
force, train: bool = False, **kwargs):
"""
Tool to add a single environment / force pair into the training set.
Expand Down

0 comments on commit 840055d

Please sign in to comment.