Skip to content

Commit

Permalink
fix a bug where csv files were written as parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblemai committed Jun 25, 2024
1 parent 4d4961d commit ca209f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/src/gempyor/compartments.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,5 +781,5 @@ def export():
proportion_array,
proportion_info,
) = comp.get_transition_array()
comp.toFile("compartments_file.csv", "transitions_file.csv")
comp.toFile("compartments_file.csv", "transitions_file.csv", write_parquet=False)
print("wrote files 'compartments_file.csv', 'transitions_file.csv' ")

0 comments on commit ca209f7

Please sign in to comment.