entropy-lab / entropy

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

Bug fix: ParamStore get() returned None when commit_id argument was None #212

Closed urig closed 2 years ago

urig commented 2 years ago

This PR fixes a bug that I've found in InProcessParamStore's get() method. When get() was called without its second, optional argument (commit_id) it would not return a value. The word return was missing here.

github-actions[bot] commented 2 years ago

Unit Test Results

    1 files      1 suites   53s :stopwatch: 204 tests 200 :heavy_check_mark: 4 :zzz: 0 :x:

Results for commit ad36bf6f.