Compare commits

..

No commits in common. "1b6f67a671fb2302f833ba74d6453a8da3806337" and "748ebdd39886b968d818afb7b9617086fa55cc13" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -237,6 +237,7 @@ def progress_bar_from_logfile(filename:str, desc:str="", verbose:int=1, **kwargs
k=0
limit=600
update_interval=0.2
sleep(2) # Wait for the process to be launched, and for the previous log file to be overwritten if necessary.
wait_until_file_exists(filename, verbose=verbose, limit=limit)
current_operation, total_operations = get_progress_from_logfile(filename)
previous_operation = 0

View file

@ -230,7 +230,6 @@ def have_no_tiles(parsed_args):
def get_missing_tiles_arrays(parsed_args):
from os.path import isfile
from parameters_card import parse_arguments_card
from slurm_submission import limit_slurm_arrays
card_dict = parse_arguments_card(parsed_args)
nboxes_tot = int(parsed_args.N_tiles**3)