Skip to content

Commit

Permalink
update a code example in LayerFidelity
Browse files Browse the repository at this point in the history
  • Loading branch information
Naohnakazawa committed Dec 17, 2024
1 parent 9076823 commit 6de9abf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,13 @@ class LayerFidelity(BaseExperiment, RestlessMixin):
)
exp_data = exp.run().block_for_results()
results = exp_data.analysis_results()
display(exp_data.figure(0)) # one of 6 figures
display(exp_data.analysis_results("EPLG", dataframe=True))
names={result.name for result in results}
print(f"Available results: {names}")
"""

def __init__(
Expand Down

0 comments on commit 6de9abf

Please sign in to comment.