QEDjl-project / QuantumElectrodynamics.jl

[WIP] QuantumElectrodynamics.jl: A strong-field particle physics framework
https://qedjl-project.github.io/QuantumElectrodynamics.jl/
MIT License
10 stars 3 forks source link

Unify source code of integTestGen.jl and SetupDevEnv.jl #82

Open SimeonEhrig opened 3 weeks ago

SimeonEhrig commented 3 weeks ago

In PR #79 I copied some code from the SetupDevEnv.jl script in a util.jl file, which is used by integTestGen.jl to speed the development. I should unify both scripts in one Julia package, that they can share code. Also I should move some code to IntegrationsTests.jl.