Skip to content

Commit 69cd12a

Browse files
Update cpp/includes/defines.h
Co-authored-by: Alex H. Room <69592136+alexhroom@users.noreply.github.com>
1 parent 9bde833 commit 69cd12a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/includes/defines.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,8 @@ struct NameStore {
501501
const std::string docsChecks = R"(The Python binding for the C++ checks struct which contains
502502
flags indicating which parameters should be fitted in the project.
503503
504+
For each attribute, if index ``i`` is non-zero, then parameter ``i`` in that attribute is fitted, e.g. if ``Checks.scalefactors = [0.0, 1.0, 1.0]``, then the second and third scalefactors are fitted and the first is not.
505+
504506
Parameters
505507
----------
506508
params : np.ndarray[np.float]

0 commit comments

Comments
 (0)