unblind
unblind(obj, seal)
Restore the true tool names on a blinded Scores or RunResult.
The tool rows keep their blinded order; only the names are translated back through the seal. The blinding fingerprint is cleared, since the object is no longer blinded.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
obj |
A Scores blinded by blind, or a RunResult from ranking such a Scores. |
required | |
seal |
Seal | The seal returned alongside the blinded scores. | required |
Returns
| Type | Description |
|---|---|
The same type as obj, with true tool names. |
Raises
| Type | Description |
|---|---|
| TypeError | If obj is neither a Scores nor a RunResult. |