Skip to content

Commit

Permalink
fix conflicts in traj_render_lammps_spin
Browse files Browse the repository at this point in the history
  • Loading branch information
hztttt committed Oct 19, 2024
1 parent 6f7ee72 commit 6f4953a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dpgen2/exploration/render/traj_render_lammps_spin.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def get_confs(
id_selected: List[List[int]],
type_map: Optional[List[str]] = None,
conf_filters: Optional["ConfFilters"] = None,
optional_outputs: Optional[List[Path]] = None,
) -> dpdata.MultiSystems:
del conf_filters # by far does not support conf filters
ntraj = len(trajs)
Expand Down

0 comments on commit 6f4953a

Please sign in to comment.