Skip to content

Commit

Permalink
docs: update the docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Aug 12, 2024
1 parent c484887 commit 41286ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-hftbacktest/hftbacktest/data/utils/tardis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 41286ee

Please sign in to comment.