diff options
Diffstat (limited to 'time_series_model.py')
| -rw-r--r-- | time_series_model.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time_series_model.py b/time_series_model.py index 6528ac0..15b8dce 100644 --- a/time_series_model.py +++ b/time_series_model.py @@ -36,4 +36,4 @@ with open(filename_in, mode="rb") as fin, open(filename_out, mode="wb") as fout: data = fin.read() print("Compressing Pickle File for Version Control...") compressed_data = zlib.compress(data, zlib.Z_BEST_COMPRESSION) - fout.write(compressed_data)
\ No newline at end of file + fout.write(compressed_data) |
