entropy-lab / entropy

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

ParamStore `commit()` now commits regardless of the state of `is_dirty` #322

Closed urig closed 2 years ago

urig commented 2 years ago

This PR enables InProcessParamStore's uses to commit the contents of the param store to disk even when the is_dirty property's value is False. This is useful in case where changes to values nested inside param store values are changed but the param store has not detected the change.

github-actions[bot] commented 2 years ago

Unit Test Results

265 tests   260 :heavy_check_mark:  55s :stopwatch:     1 suites      5 :zzz:     1 files        0 :x:

Results for commit 5f6cb970.