You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps HamiltonianSystem should be defined in https://github.com/JuliaGNI/GeometricIntegratorsBase.jl and then imported by GeometricIntegrators and EulerLagrange so that we don't have the conflict when using both packages?
Get the problem when include using GeometricIntegrators and using EulerLagrange in a problem module. Remove using GeometricIntegrators could work, but both packages do export HamiltonianSystem
Indeed GeometricIntegrators.jl should not export HamiltonianSystem. I will look into this. This definitely should not be defined in GeometricIntegratorsBase.jl.
EDIT:
I cannot see any HamiltonianSystem in GeometricIntegrators.jl. Are you sure this is the cause of whatever error you observed?
Perhaps
HamiltonianSystem
should be defined in https://github.com/JuliaGNI/GeometricIntegratorsBase.jl and then imported byGeometricIntegrators
andEulerLagrange
so that we don't have the conflict when using both packages?(issue was raised by @ZeyuanLee)
The text was updated successfully, but these errors were encountered: