Skip to content

Commit

Permalink
TL: seems like ruff is my new best friend
Browse files Browse the repository at this point in the history
  • Loading branch information
tlunet committed Jan 17, 2025
1 parent 0a19f3d commit 4fb4f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pySDC/helpers/fieldsIO.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
Warning
-------
To use MPI collective writing, you need to call first the class methods :class:`Cart1D.initMPI`
To use MPI collective writing, you need to call first the class methods :class:`Cart1D.initMPI`
or :class:`Cart2D.initMPI` from the associated class (cf their docstring).
Also, their associated `setHeader` methods **must be given the global grids coordinates**,
wether code is run in parallel or not.
wether code is run in parallel or not.
"""
import os
import numpy as np
Expand Down

0 comments on commit 4fb4f22

Please sign in to comment.