mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-11-08 22:21:08 +00:00
Fix csv path
This commit is contained in:
parent
0d6c590061
commit
5b9bc2aa0b
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ function plot_radial_distributions(
|
||||||
)
|
)
|
||||||
|
|
||||||
expected = CSV.read(
|
expected = CSV.read(
|
||||||
"analysis/g_of_r_d_ratio_with_0_45_packing_ratio.csv",
|
"analysis/radial_distribution_function/g_of_r_d_ratio_with_0_45_packing_ratio.csv",
|
||||||
DataFrames.DataFrame;
|
DataFrames.DataFrame;
|
||||||
header=2,
|
header=2,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue