Skip to content

Commit

Permalink
formatted black
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Aug 11, 2023
1 parent d31639d commit d5a569b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion festim/generic_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,9 @@ def run_post_processing(self):
self.update_post_processing_solutions()

self.exports.t = self.t
self.exports.write(self.label_to_function, self.dt, self.mesh.dx, self.log_level)
self.exports.write(
self.label_to_function, self.dt, self.mesh.dx, self.log_level
)

def update_post_processing_solutions(self):
"""Creates the post-processing functions by splitting self.u. Projects
Expand Down

0 comments on commit d5a569b

Please sign in to comment.