Skip to content

Commit

Permalink
use .read() to get the full estimated dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
ztq1996 authored Aug 2, 2024
1 parent 0de46fd commit 1fca2e6
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 @@ -128,7 +128,7 @@
"metadata": {},
"outputs": [],
"source": [
"mode = estimate_results.data.ancil['zmode']\n",
"mode = estimate_results.read(force=True).ancil['zmode']\n",
"truth = np.array(test_data.data['photometry']['redshift'])"
]
},
Expand Down

0 comments on commit 1fca2e6

Please sign in to comment.