-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn about conditioning only when necessary.
Previously, sparse-ir would warn whenever one constructs a sampling object with poorly chosen sampling points. However, users have used this interface also for constructing evaluation objects, which then resulted in a confusing warning. This commit restricts the warning to the actually dangerous situation, i.e., only when we use the sampling object to fit things.
- Loading branch information
Showing
2 changed files
with
19 additions
and
8 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