-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add interfaces from QEDprocesses.jl #68
Conversation
851e1ed
to
745353f
Compare
745353f
to
52b8069
Compare
Doctests now fail because some of them use functionality that is now in QEDcore. I think the doctests are still useful, is there an easy way to make QEDcore available for the doctests too, similar to the package extensions for the tests? |
310edb2
to
62607f2
Compare
Most of the tests have moved to QEDcore for now. |
IMHO, the I think the same is true for the |
I disagree actually. They are useful functions that can be used for multiple purposes and are overloaded on the specific implementations of the |
Ok, I revoke my statement about |
…AbstracParticleStateful
Seems like the integration test for What do you think? Edit: I opened QEDjl-project/QuantumElectrodynamics.jl#36 to eventually update the integration tests to address these situations. But this is not relevant for this one. |
Yes sounds good. I wouldn't release publicly at this state, so local registry seems like the way to go. |
Testing QEDjl-project/QEDcore.jl#25 with this branch works for me locally, so the two should be good to merge together. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good work! Thanks for the movement. We need to refactor the tests of the interfaces at some point. Maybe another issue to be opened 😅
Co-authored-by: Uwe Hernandez Acosta <szabo137@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All conversations are resolved. No concerns from my side. Let the merge begin!
No description provided.