Skip to content

Commit

Permalink
Debug float _FactorizedExpecation()
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jul 31, 2023
1 parent 4dbba1b commit e343139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pinvoke_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ double _FactorizedExpectation(uintq sid, uintq n, uintq* q, uintq m, uintq* c, r
if (f) {
_f.reserve(n2);
for (uintq i = 0U; i < n2; ++i) {
_f.push_back(_f[i]);
_f.push_back(f[i]);
}
}

Expand Down

0 comments on commit e343139

Please sign in to comment.