elcorto / psweep

Loop like a pro, make parameter studies fun.
https://elcorto.github.io/psweep
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Option to refresh the pset hash #15

Open elcorto opened 9 months ago

elcorto commented 9 months ago

Add a function df_refresh_pset_hash(df, columns=None) to be applied after we manually add a column to the database in eval scripts, where the column name should be part of the pset; columns default should be all which don't start w/ "_". Needs to respect naming defined in #14 as well.