Skip to content

Commit

Permalink
clean up default values
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Nov 6, 2024
1 parent 94d2054 commit 84cb819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deepmd/jax/jax2tf/make_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def model_call_from_call_lower(
model_output_def: ModelOutputDef,
coord: tnp.ndarray,
atype: tnp.ndarray,
box: tnp.ndarray = None,
fparam: tnp.ndarray = None,
aparam: tnp.ndarray = None,
box: tnp.ndarray,
fparam: tnp.ndarray,
aparam: tnp.ndarray,
do_atomic_virial: bool = False,
):
"""Return model prediction from lower interface.
Expand Down

0 comments on commit 84cb819

Please sign in to comment.