Closed longemen3000 closed 1 month ago
I think these are good changes. Zygote and FiniteDiff can be removed entirely. The test directory has its own Project.toml
@longemen3000 looks like tests are failing on this. Once tests pass and @lassepe’s comment is addressed let’s get this merged!
@longemen3000 i think there’s a dependency still missing in the tests
There is something wrong in the tests, that maybe is related to removing TrajectoryGamesBase.jl. I need to investigate in the meanwhile. I'm gonna close this and create another PR removing only Zygote and FiniteDiff
This PR reduces the amount of dependencies of this package.
TrajectoryGamesBase
was only used for one function, whileZygote
andFiniteDiff
was only used for tests.