Skip to content

Commit

Permalink
fix missing info
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Jan 24, 2024
1 parent 4853e7d commit 657330b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ with open("/PATH/TO/BkgOnly.json", "r") as f:
{py:obj}`spey_pyhf.helper_functions.WorkspaceInterpreter` scans the background-only dictionary and extracts relevant information such as channel names:

```{code-cell} ipython3
interpreter = WorkspaceInterpreter(bkg_only)
print(list(interpreter.channels))
```

Expand Down

0 comments on commit 657330b

Please sign in to comment.