Skip to content

Conversation

@stevengj
Copy link
Member

@stevengj stevengj commented Aug 2, 2022

For package testing, you don't import .Foo, you import Foo. The former is only used for modules that have already been defined in the current namespace (e.g. for modules whose definitions you loaded with include). The latter is used for loading packages from the Julia load path, which should always be the case for packages that you have installed properly.

@smataigne smataigne merged commit a794454 into JuliaLinearAlgebra:main Aug 4, 2022
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

Successfully merging this pull request may close these issues.

2 participants