Skip to content

Commit

Permalink
addressed requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonBlazucki committed Dec 15, 2023
1 parent feb9fe9 commit 3f17345
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

[compat]
Aqua = "0.5"
Expand Down
3 changes: 1 addition & 2 deletions test/volume/cube.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@testitem "read/write cube" begin
using LazyArtifacts
const Bohr::Float64 = 0.52917721092
using WannierIO: Bohr
cube = read_cube(artifact"Si2_valence/reference/Si2_valence_00001.cube")
@test cube.origin [-7.10461, -9.47281, -9.47281]*Bohr
@test cube.voxel_vectors
Expand All @@ -10,7 +10,6 @@
@test cube.Z cube.X
@test size(cube.W) == (20,20,20)
@test size(cube.atom_positions) == (3,8)
print(cube.atom_positions[:,1])
@test cube.atom_positions[:,1] transpose([0.00000 -5.13111 -5.13111])*Bohr

tmpfile = tempname(; cleanup=true)
Expand Down

0 comments on commit 3f17345

Please sign in to comment.