vtjeng / MIPVerify.jl

Evaluating Robustness of Neural Networks with Mixed Integer Programming
MIT License
113 stars 31 forks source link

Remove Project.toml in test directory #112

Closed vtjeng closed 2 years ago

vtjeng commented 2 years ago

CompatHelper's PRs only update the main Project.toml, and not those located at test/Project.toml. (See example PR). This means that we've been testing with older versions of packages for a while now, and was one of the causes of #110.

Removing this file helps keep things in sync.

NOTE: If no test/Project.toml exists, Pkg continues using the old-style test setup. (See source).

Additionaly, the DataFrame! function was deprecated in v1.0 of the DataFrames package. We update it in this PR.