Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
Co-authored-by: AdrianSosic <adrian.sosic@merckgroup.com>
  • Loading branch information
Scienfitz and AdrianSosic authored Oct 10, 2024
1 parent b93dcd9 commit 958552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ print(f"Expected data frame shape: {mem_estimate.comp_rep_shape}")
:class: warning
`estimate_product_space_size` currently does not include the influence of potential
constraints in your search space as it is generally very hard to incorporate the effect
of arbitrary constraints without actually buidling the entire space. Hence, you should
of arbitrary constraints without actually building the entire space. Hence, you should
always **treat the number you get as upper bound** of required memory. This can still be
useful – for instance if your estimate already is several Exabytes, it is unlikely that
most computers would be able to handle the result even if there are constraints present.
Expand Down

0 comments on commit 958552e

Please sign in to comment.