diff options
| author | Priyansh <[email protected]> | 2021-12-09 02:50:26 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-12-09 02:50:26 -0500 |
| commit | 22e1d761027501bfa59b92776cf1c13eef3a0004 (patch) | |
| tree | 11c3d44dba8d79b4c35e82a72e90090f91917652 | |
| parent | f3682842826788cdbb9de6014f4654c472069023 (diff) | |
| download | temp_pred_arima-22e1d761027501bfa59b92776cf1c13eef3a0004.tar.xz temp_pred_arima-22e1d761027501bfa59b92776cf1c13eef3a0004.zip | |
Changing compressor message
| -rw-r--r-- | zipper.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,6 +9,6 @@ if exists(filename_out): remove(filename_out) 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...") + print("Compressing Pickle File...") compressed_data = zlib.compress(data, zlib.Z_BEST_COMPRESSION) fout.write(compressed_data)
\ No newline at end of file |
