-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
has_components
for Euclidean (#759)
* Adapt Euclidean to ManifoldsBase 0.15.18 to the r-norms feature. * Improve docs, start Test suite. * Move this to 0.10.4
- Loading branch information
1 parent
5d28783
commit b3c0fa4
Showing
6 changed files
with
52 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
""" | ||
ManifoldsTestSuite.jl | ||
An internal small module to encapsulate | ||
* dummy types | ||
* test functions | ||
* a test suite | ||
This is a slow work-in-progress to replace the `test_manifold` function, | ||
and encapsulate and collect common tools for testing a manifold. | ||
The current plan is to slowly move parts to this test suite whenever revising some tests or¨ | ||
time permits. | ||
""" | ||
module ManifoldsTestSuite | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters