Skip to content

Commit

Permalink
add printout
Browse files Browse the repository at this point in the history
  • Loading branch information
hsulab committed Jul 9, 2024
1 parent 1e9e55f commit b6e5b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gdpx/computation/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ def forward(self, workers: List[DriverBasedWorker]):
else:
self._print("read cache...")
trajectories = AtomsNDArray.from_file(cache_data)
self._print(f"{trajectories.shape =}")

self.status = "finished"

Expand Down

0 comments on commit b6e5b97

Please sign in to comment.