Skip to content

Commit

Permalink
Add prints for draws object and parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Jul 25, 2024
1 parent 4c3df0f commit 7d507e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gui/src/app/pyodide/AnalysisPyFileEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,10 @@ const AnalysisPyFileEditor: FunctionComponent<Props> = ({

const analysisPyTemplate = `import matplotlib.pyplot as plt
# Get the parameter names
# Print the draws object
print(draws)
# Print parameter names
print(draws.parameter_names)
# plot the lp parameter
Expand Down

0 comments on commit 7d507e5

Please sign in to comment.