QEDjl-project / QEDcore.jl

[WIP] Core types and functions for QED.jl
https://qedjl-project.github.io/QEDcore.jl/stable/
MIT License
0 stars 3 forks source link

add integration tests #30

Closed SimeonEhrig closed 3 months ago

SimeonEhrig commented 3 months ago

@szabo137 @AntonReinhard can anybody verify, that it is correct, that integration tests are generated for QED processes, fields and events.

I also think, that it is working correctly. Looks like there are bugs in QED events and processes.

AntonReinhard commented 3 months ago

@szabo137 @AntonReinhard can anybody verify, that it is correct, that integration tests are generated for QED processes, fields and events.

I also think, that it is working correctly. Looks like there are bugs in QED events and processes.

Looks good so far, the test failures in events and processes are caused by a double export which is resolved with https://github.com/QEDjl-project/QEDprocesses.jl/pull/74

AntonReinhard commented 3 months ago

I have rebased the branch onto the newest dev branch, so it should build now.

AntonReinhard commented 3 months ago

Will fix #17