-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
kind/bug-reportSomething doesn't seem to work.Something doesn't seem to work.priority/highThis is something that should get done soon, e.g. within a month.This is something that should get done soon, e.g. within a month.
Description
#4099 cleared some deprecated classes. Serialized files have a much longer lifespan than code. It was always the intent to keep much longer-term backwards compatibility for data files, especially experimental results which likely have cirq.TrialResult
classes.
- the old TrialResult.json should be kept around like the "inward" files
- The resolver should re-direct "TrialResult" keys to
cirq.Result
. In some sense, this should have been done along with the initial rename.
Metadata
Metadata
Assignees
Labels
kind/bug-reportSomething doesn't seem to work.Something doesn't seem to work.priority/highThis is something that should get done soon, e.g. within a month.This is something that should get done soon, e.g. within a month.