From 41286ee9b0bb924491cc0889eedcdcda3359a1a9 Mon Sep 17 00:00:00 2001 From: nkaz001 Date: Mon, 12 Aug 2024 10:55:45 -0400 Subject: [PATCH] docs: update the docstring. --- py-hftbacktest/hftbacktest/data/utils/tardis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-hftbacktest/hftbacktest/data/utils/tardis.py b/py-hftbacktest/hftbacktest/data/utils/tardis.py index 591c9417..0880eb75 100644 --- a/py-hftbacktest/hftbacktest/data/utils/tardis.py +++ b/py-hftbacktest/hftbacktest/data/utils/tardis.py @@ -56,7 +56,7 @@ def convert( Args: input_files: Input filenames for both incremental book and trades files, - e.g. ['incremental_book.csv', 'trades.csv']. + e.g. ['incremental_book.csv.gz', 'trades.csv.gz']. output_filename: If provided, the converted data will be saved to the specified filename in ``npz`` format. buffer_size: Sets a preallocated row size for the buffer. ss_buffer_size: Sets a preallocated row size for the snapshot.