-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The initialization from state.json has a gross oversight when loading pair paramters.
Line 336 in 18dab9d
| pair_params = {name: PairParams(name=name, sites=fields['sites']) for name, fields in |
should be changed to
pair_params = {name: PairParams(name=name, **fields) for name, fields in@carolinedav has an example state file that was not restored properly. We can use it as the basis for an improved test of the run_data module.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working