CoAxLab / CBGTPy

Rewrite of a basal ganglia simulator by Matthew Clapp
3 stars 1 forks source link

Issue #4: plotting_helper_functions.extract_relevant_dataframes() saves the data frame #4

Open jyotikab opened 1 year ago

jyotikab commented 1 year ago

The function should not covertly save the dataframe along with returning it. Dont save it. This function also does the (helpful) overwrite of the column names of results[0]['popfreqs'] with sensible nuclei names.

jyotikab commented 1 year ago

extract_relevant_dataframes() no longer saves anything.

giossic commented 1 year ago

True.