Skip to content

Commit

Permalink
version bump to v0.1.7
Browse files Browse the repository at this point in the history
the version bump happened already in previous commit. Just need want to highlight the version bump.
  • Loading branch information
MatthiasSachs committed Feb 11, 2024
1 parent 630e068 commit b42e753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fit-ACEFrictionModel-new-ac.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path_to_data = #"/home/msachs/data"
path_to_data = "/Users/msachs2/Documents/Projects/data/friction_tensors/H2Cu"
fname = "/h2cu_20220713_friction"
filename = string(path_to_data, fname,".json")
rdata = ACEds.DataUtils.json2internal(filename);
rdata = ACEds.DataUtils.json2internal(filename);

# Partition data into train and test set
rng = MersenneTwister(12)
Expand Down

0 comments on commit b42e753

Please sign in to comment.