mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 18:48:01 +00:00
test
This commit is contained in:
parent
5dd8c668fa
commit
4d7827006a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue