Skip to content

Commit

Permalink
Update CID_generation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenyueh authored Jul 14, 2023
1 parent c2744b7 commit f4df673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CID_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def one_further_indexing(

###### save result
with open("computed_optimal_{}_CF_index.json".format(maximum_cluster_size), "w") as f:
json.dump([final_data, None], f)
json.dump(final_data, f)


###################################################################################
Expand Down Expand Up @@ -442,7 +442,7 @@ def one_further_indexing(

###### save result
with open(
"computed_separate_leaf_non_leaf_{}_{}_CF_index.json".format(
"computed_{}_{}_CF_index.json".format(
number_of_clusters, maximum_cluster_size
),
"w",
Expand Down

0 comments on commit f4df673

Please sign in to comment.