Skip to content

Commit

Permalink
add missing import (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinkle-lanl authored Oct 22, 2024
1 parent 6c6d9d1 commit 862ed0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hippynn/molecular_dynamics/md.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import numpy as np
import torch
import ase

from ..tools import progress_bar
from ..graphs import Predictor
Expand Down

0 comments on commit 862ed0f

Please sign in to comment.