Skip to content

Commit

Permalink
Fix typo in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergu committed Nov 29, 2024
1 parent 597969d commit 745269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TightBindingApproximation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,6 @@ const dir = Pkg.Artifacts.ensure_artifact_installed("WannierDataSets", toml)
update!(another)
plt = plot()
plot!(plt, readbands(dir, prefix)...; xlim=(0.0, distance(path)), label=false, color=:green, alpha=0.6, lw=2.5)
plot!(plt, another(:EB, EnergyBands(path; guage=:rcoordinate)), color=:black)
plot!(plt, another(:EB, EnergyBands(path; gauge=:rcoordinate)), color=:black)
savefig("silicon_wannier90_atom.png")
end

0 comments on commit 745269b

Please sign in to comment.