Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ztq1996 committed Aug 2, 2024
1 parent 7a73d9b commit 0de46fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/estimation_examples/pzflow_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"outputs": [],
"source": [
"mode = estimate_results.data.ancil['zmode']\n",
"truth = np.array(training_data.data['photometry']['redshift'])"
"truth = np.array(test_data.data['photometry']['redshift'])"
]
},
{
Expand Down

0 comments on commit 0de46fd

Please sign in to comment.