Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter doctests instead of preloading packages #32

Open
andreasnoack opened this issue May 18, 2021 · 0 comments
Open

Filter doctests instead of preloading packages #32

andreasnoack opened this issue May 18, 2021 · 0 comments

Comments

@andreasnoack
Copy link
Member

If a sparse matrix isn't in the local MatrixDepot cache then the matrixdepot function outputs some extra lines related to the download that causes doctests failure. To work around that, I've added a line that downloads the matrix as a part of the docs setup, see

:(using TSVD, MatrixDepot; matrixdepot("LPnetlib/lp_osa_30"));
and
:(using TSVD, MatrixDepot; matrixdepot("LPnetlib/lp_osa_30"));
. It would be better to use the filtering functionality in Documenter to filter this out. However, it requires that I figure out how to write the regex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant