This commit is contained in:
rstiskalek 2023-03-27 13:38:01 +01:00
parent 5dd8c668fa
commit 4d7827006a

View file

@ -14,10 +14,10 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""A script to dump or remove files for POWMES."""
from os.path import join, exists
from argparse import ArgumentParser
import numpy
from datetime import datetime
from os.path import join, exists
from os import remove
from mpi4py import MPI
try: