Skip to content

Commit

Permalink
Use model.config to access parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Mar 5, 2023
1 parent 4f52da5 commit f7158d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/WorkspaceManipulations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
"print(f\" nbins: {ws.channel_nbins}\")\n",
"print(f\" samples: {ws.samples}\")\n",
"print(f\" modifiers: {ws.modifiers}\")\n",
"print(f\" parameters: {ws.parameters}\")\n",
"print(f\" parameters: {ws.model().config.parameters}\")\n",
"print(f\"observations: {ws.observations}\")"
]
},
Expand Down

0 comments on commit f7158d4

Please sign in to comment.