diff --git a/.typos.toml b/.typos.toml index 1568a2d..7539499 100644 --- a/.typos.toml +++ b/.typos.toml @@ -75,3 +75,7 @@ MTK = "MTK" ODE = "ODE" PDE = "PDE" SDE = "SDE" + +# Citation false-positives +Comput = "Comput" # "Math. Comput." journal abbreviation +Collum = "Collum" # surname "McCollum" (paper author) diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 9a2dd75..7037fbf 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -6,14 +6,7 @@ SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [sources] -BVProblemLibrary = {path = "../../lib/BVProblemLibrary"} -DAEProblemLibrary = {path = "../../lib/DAEProblemLibrary"} -DDEProblemLibrary = {path = "../../lib/DDEProblemLibrary"} DiffEqProblemLibrary = {path = "../.."} -JumpProblemLibrary = {path = "../../lib/JumpProblemLibrary"} -NonlinearProblemLibrary = {path = "../../lib/NonlinearProblemLibrary"} -ODEProblemLibrary = {path = "../../lib/ODEProblemLibrary"} -SDEProblemLibrary = {path = "../../lib/SDEProblemLibrary"} [compat] DiffEqProblemLibrary = "5"