entropy-lab / entropy

BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

allow user to compare differences between dirty and non-dirty parameters before comitting #243

Closed liorella-qm closed 2 years ago

liorella-qm commented 2 years ago

we make a lot of changes to the parameters, and we want to make sure we commit only the ones we need. Thus we need a way to see which parameters were modified before committing.

please see a simple example of an implementation below: image

galwiner commented 2 years ago

@urig I would like to implement this. let's discuss