Skip to content

Commit

Permalink
applied black
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiCheng45 committed Jan 6, 2025
1 parent 3005bd4 commit 2da45ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MDANSE/Src/MDANSE/Framework/Jobs/AverageStructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ def finalize(self):
correction = np.floor(temp)
self._ase_atoms.set_scaled_positions(temp - correction)

PLATFORM.create_directory(os.path.dirname(self.configuration["output_files"]["file"]))
PLATFORM.create_directory(
os.path.dirname(self.configuration["output_files"]["file"])
)
ase_write(
self.configuration["output_files"]["file"],
self._ase_atoms,
Expand Down

0 comments on commit 2da45ba

Please sign in to comment.