Skip to content

Commit

Permalink
added the folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinTaterra committed Jul 30, 2024
1 parent b6fd79f commit b191fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdpath/tests/test_mdpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ def test_process_bootstrap_sample():
pathways_set = {(1, 2, 3), (2, 3)}

numpath = 500

os.makedirs("bootstrap", exist_ok=True)
common_count, bootstrap_pathways = mdpath.src.bootstrap.process_bootstrap_sample(
df_all_residues,
residue_graph_empty,
Expand Down

0 comments on commit b191fbe

Please sign in to comment.