You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The grade_dims add up to nDims condition is only checked in the settings at construction. This may lead to incongruent settings, provided the grade_dims is altered after construction.
This error condition is checked twice: once in settings and once in _pypolychord.cpp.
It may be prudent to either expand the error checking to be done early, at construction of the settings object, or to move it entirely into the run_polychord method (see #47 ).
The text was updated successfully, but these errors were encountered:
The
grade_dims
add up tonDims
condition is only checked in the settings at construction. This may lead to incongruent settings, provided thegrade_dims
is altered after construction.This error condition is checked twice: once in settings and once in
_pypolychord.cpp
.It may be prudent to either expand the error checking to be done early, at construction of the settings object, or to move it entirely into the
run_polychord
method (see #47 ).The text was updated successfully, but these errors were encountered: