HighDimensionalEconLab / DifferentiableStateSpaceModels.jl

MIT License
46 stars 1 forks source link

Get rid of CSV and DataFrames test dependency #103

Closed jlperla closed 2 years ago

jlperla commented 2 years ago

i.e. in https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/main/test/Project.toml

Just use the DelimitedFiles as it has less fragile and cleaner. See DifferenceEquations unit tests.