Skip to content

Commit 5f125ed

Browse files
committed
fixes #3
1 parent 3cbf7a9 commit 5f125ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rxn_insight/database.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def save_to_csv(self, fname: str):
172172
fname: The name of the output file (without extension).
173173
"""
174174

175-
self.df.to_csv(f"{fname}.gzip")
175+
self.df.to_csv(f"{fname}.csv")
176176

177177
def save_to_excel(self, fname: str):
178178

0 commit comments

Comments
 (0)