From 233c2116ceb6492f942d068a97453a9c62109120 Mon Sep 17 00:00:00 2001 From: Andrew McCluskey Date: Thu, 4 Aug 2022 13:22:57 +0200 Subject: [PATCH] Update parser.py --- kinisi/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinisi/parser.py b/kinisi/parser.py index 93ddd66f..d50368cc 100644 --- a/kinisi/parser.py +++ b/kinisi/parser.py @@ -38,7 +38,7 @@ class Parser: :param ndelta_t: The number of :py:attr:`delta_t` values to calculate the MSD over. Optional, defaults to :py:attr:`75`. :param memory_limit: Upper limit in the amount of computer memory that the displacements can occupy in - gigabytes (GB). Optional, defaults to :py:attr:`8.`. + gigabytes (GB). Optional, defaults to :py:attr:`8.0`. :param progress: Print progress bars to screen. Optional, defaults to :py:attr:`True`. """