-
Notifications
You must be signed in to change notification settings - Fork 110
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
Adding hint for master solver function #388
Conversation
something weird is happening with the tests on x86 architectures, but it does not seem it is due to this pull request. The issue is during the precompilation of SparseArrays. I do not believe it should block this PR as it is unrelated, but we should at least file an issue and see whether there was potentially a accidental break in a non-breaking release of the SparseArrays library |
@a-eghrari , is it possible to add some checks against false positives here. For instance, if someone has completely nonsensical arguments for |
@Krastanov, Thanks for your explanation. Sure, that is feasible. In addition, I can also type-check the third argument against something like Upon going through examples and source code, I have noticed that both master and Shrodinger solvers are equipped with a check method (
Isn't it better to use the same method for this problem? |
I made a mistake and closed this PR. |
Usually it is easy to reopen a pull request but it says that you have deleted the originating repository. Feel free to simply open a new pull request if you have the bandwidth to do so. And you are right, having better, more thorough |
Adding hint for master equation solver when there is a
MethodError
. I also referencedmaster_dynamic
in thesee also
section ofmaster
. #386