Skip to content

Commit

Permalink
Update test_projections.cxx - give projection a unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cern authored and dpiparo committed Aug 14, 2024
1 parent c3be3ff commit f959bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hist/hist/test/test_projections.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ TEST(Projections, Issue_6658_Profile2D)
auto xaxis_2d_nbins = xaxis_2d->GetNbins();
auto *labels_2d = xaxis_2d->GetLabels();

auto *hist_pxy = prof2d.ProjectionXY("x");
auto *hist_pxy = prof2d.ProjectionXY("xy");
auto *xaxis_pxy = hist_pxy->GetXaxis();
auto xaxis_pxy_nbins = xaxis_pxy->GetNbins();
auto *labels_pxy = xaxis_pxy->GetLabels();
Expand Down

0 comments on commit f959bca

Please sign in to comment.