Skip to content

Commit 2ccc5ae

Browse files
update
1 parent abb44a0 commit 2ccc5ae

1 file changed

Lines changed: 1 addition & 43 deletions

File tree

cli/mintflow_cli_recover_outputs.py

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,6 @@ def _convert_TrueFalse_to_bool(dict_input):
630630
print("\n\n")
631631

632632

633-
assert False
634-
635633

636634
# compute/report the maximum number of subgraphs
637635
print("Computing some initial stats (max number of central nodes, etc) for each tissue.")
@@ -674,47 +672,7 @@ def _convert_TrueFalse_to_bool(dict_input):
674672
maxsize_subgraph = max(list_maxsize_subgraph)
675673

676674

677-
# dump the window sizes ========= TODO:HERE
678-
# Train
679-
path_window_overlays = os.path.join(
680-
args.path_output,
681-
'Toinspect_CropsOnTissues'
682-
)
683-
if not os.path.isdir(path_window_overlays):
684-
os.mkdir(path_window_overlays)
685-
path_window_overlays = os.path.join(
686-
path_window_overlays,
687-
'Train'
688-
)
689-
if not os.path.isdir(path_window_overlays):
690-
os.mkdir(path_window_overlays)
691-
list_slice.show_pygbatch_windows_4cli(
692-
path_output=path_window_overlays,
693-
str_train_or_test='train',
694-
dict_slideID_to_maxnumcentralnodes=dict_slideID_to_maxnumcentralnodes,
695-
dict_slideID_to_worsecasebatchsize=dict_slideID_to_worsecasebatchsize
696-
)
697-
698-
# Test
699-
path_window_overlays = os.path.join(
700-
args.path_output,
701-
'Toinspect_CropsOnTissues'
702-
)
703-
if not os.path.isdir(path_window_overlays):
704-
os.mkdir(path_window_overlays)
705-
path_window_overlays = os.path.join(
706-
path_window_overlays,
707-
'Test'
708-
)
709-
if not os.path.isdir(path_window_overlays):
710-
os.mkdir(path_window_overlays)
711-
test_list_slice.show_pygbatch_windows_4cli(
712-
path_output=path_window_overlays,
713-
str_train_or_test='test',
714-
dict_slideID_to_maxnumcentralnodes=None,
715-
dict_slideID_to_worsecasebatchsize=None
716-
)
717-
675+
assert False
718676

719677
exec('disent_dict_CTNNC_usage = {}'.format(config_model['CTNCC_usage_moduledisent']))
720678
assert (

0 commit comments

Comments
 (0)