Skip to content

Commit

Permalink
one line fix to evaluation_examples/demo.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Oct 25, 2023
1 parent a500dc5 commit eb8dc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/evaluation_examples/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"outputs": [],
"source": [
"truth = DS.add_data('truth', ztrue_data()['photometry'], TableHandle)\n",
"ensemble = DS.add_data('ensemble', fzdata, QPHandle)"
"ensemble = DS.add_data('ensemble', fzdata(), QPHandle)"
]
},
{
Expand Down

0 comments on commit eb8dc89

Please sign in to comment.