Skip to content

adress low memory warning when calling get_last_ref_start_end_time

Simon Mazenoux requested to merge address-low-mem-warning into dev

The following warning was appearing when loading the HWC_Summary file: image

Following https://stackoverflow.com/questions/24251219/pandas-read-csv-low-memory-and-dtype-options, and given that we are not suffering from performance issues while loading the df, I chose to ignore the warning by setting low_memory to False.

Merge request reports