@@ -383,37 +383,6 @@ struct OutputResult {
383383 py::list fitNames;
384384};
385385
386- const std::string docsLimits = R"( The Python binding for the C++ limit struct which contains
387- Min and max values for each parameter defined in the project.
388-
389- Parameters
390- ----------
391- params : np.ndarray[np.float]
392- Limits for params in the problem definition.
393- backgroundParams : np.ndarray[np.float]
394- Limits for backgroundParams in the problem definition.
395- scalefactors : np.ndarray[np.float]
396- Limits for scalefactors in the problem definition.
397- bulkIns : np.ndarray[np.float]
398- Limits for bulkIns in the problem definition.
399- bulkOuts : np.ndarray[np.float]
400- Limits for bulkOuts in the problem definition.
401- resolutionParams : np.ndarray[np.float]
402- Limits for resolutionParams in the problem definition.
403- domainRatios : np.ndarray[np.float]
404- Limits for domainRatios in the problem definition.
405- )" ;
406-
407- struct Limits {
408- py::array_t <real_T> params;
409- py::array_t <real_T> backgroundParams;
410- py::array_t <real_T> scalefactors;
411- py::array_t <real_T> bulkIns;
412- py::array_t <real_T> bulkOuts;
413- py::array_t <real_T> resolutionParams;
414- py::array_t <real_T> domainRatios;
415- };
416-
417386const std::string docsNameStore = R"( The Python binding for the C++ names struct which
418387contains names of all parameters in the project.
419388
0 commit comments