Skip to content

Commit

Permalink
Remove redundant to_vec method (#69)
Browse files Browse the repository at this point in the history
* remove custom to_vec
  • Loading branch information
mzgubic authored Apr 30, 2021
1 parent 1cf397b commit b394e19
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BlockDiagonals"
uuid = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
authors = ["Invenia Technical Computing Corporation"]
version = "0.1.17"
version = "0.1.18"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -13,7 +13,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ChainRulesCore = "0.9"
ChainRulesTestUtils = "0.6.3"
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11"
FiniteDifferences = "0.12"
FiniteDifferences = "0.12.3"
julia = "1"

[extras]
Expand Down
1 change: 0 additions & 1 deletion src/BlockDiagonals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ include("blockdiagonal.jl")
include("base_maths.jl")
include("chainrules.jl")
include("linalg.jl")
include("finitedifferences.jl")

end # end module
6 changes: 0 additions & 6 deletions src/finitedifferences.jl

This file was deleted.

14 changes: 0 additions & 14 deletions test/finitedifferences.jl

This file was deleted.

1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ using LinearAlgebra
include("blockdiagonal.jl")
include("base_maths.jl")
include("chainrules.jl")
include("finitedifferences.jl")
include("linalg.jl")
end # tests

0 comments on commit b394e19

Please sign in to comment.