Skip to content

Commit

Permalink
Fix systems bug
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Sep 6, 2023
1 parent 67a4187 commit 478840f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/rascaline-torch/rascaline/torch/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def systems_to_torch(
except TypeError:
# try iterating over the systems
return [
_system_to_torch(systems, positions_requires_grad, cell_requires_grad)
_system_to_torch(system, positions_requires_grad, cell_requires_grad)
for system in systems
]

Expand Down

0 comments on commit 478840f

Please sign in to comment.