Skip to content

Commit b1d1f24

Browse files
committed
Updates defines.h
1 parent 111f739 commit b1d1f24

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

cpp/includes/defines.h

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
417386
const std::string docsNameStore = R"(The Python binding for the C++ names struct which
418387
contains names of all parameters in the project.
419388

0 commit comments

Comments
 (0)