Closed orionarcher closed 2 years ago
Might be good to add a method to check how much memory we are actually using in the DF. This may be useful https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.memory_usage.html
Probably a good idea. I'll look into adding that later. For now, this was closed by PR #70.
right now we double the memory footprint of
solvation_data
by also storingsolvation_data_dup
. We should store only the redundant entries instead.