Skip to content

Commit 5d7fef9

Browse files
src/radmeth/radmeth_model.cpp: changed max number of samples to report factor levels for when printing a design
1 parent 45eb476 commit 5d7fef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/radmeth/radmeth_model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Design::drop_factor(const std::size_t factor_idx) {
169169

170170
std::ostream &
171171
operator<<(std::ostream &out, const Design &design) {
172-
static constexpr std::uint32_t max_samples_to_report = 100;
172+
static constexpr std::uint32_t max_samples_to_report = 200;
173173
const auto n_samples = design.n_samples();
174174
const auto n_factors = design.n_factors();
175175
if (n_samples <= max_samples_to_report) {

0 commit comments

Comments
 (0)