Skip to content

Commit

Permalink
Rename FindVolume module to Find #29
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Sep 25, 2019
1 parent 7a06f80 commit 0b99d3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/EquationsOfState.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ include("Collections.jl")
include("NonlinearFitting.jl")
include("FiniteStrains.jl")
include("LinearFitting.jl")
include("FindVolume.jl")
include("Find.jl")

end # module
4 changes: 2 additions & 2 deletions src/FindVolume.jl → src/Find.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
# module FindVolume
# module Find
Expand All @@ -9,7 +9,7 @@
julia>
```
"""
module FindVolume
module Find

using InteractiveUtils: subtypes
using Statistics: median
Expand Down
2 changes: 1 addition & 1 deletion test/FindVolume.jl → test/Find.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Roots

using EquationsOfState
using EquationsOfState.Collections
using EquationsOfState.FindVolume
using EquationsOfState.Find

# Data in the following tests are from
# https://github.com/materialsproject/pymatgen/blob/1f0957b8525ddc7d12ea348a19caecebe6c7ff34/pymatgen/analysis/tests/test_eos.py
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ using Test
include("FiniteStrains.jl")
include("NonlinearFitting.jl")
include("LinearFitting.jl")
# include("FindVolume.jl")
# include("Find.jl")
end

0 comments on commit 0b99d3f

Please sign in to comment.