Skip to content

Commit

Permalink
Mistake correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Spokhim committed Dec 14, 2020
1 parent cf79ae4 commit bee8f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shuffle_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
Best_Sigma = 0

# Do not sweep G
ParamsDict["G"] = 0.7
ParamsDict["G"] = np.array([0.7])

# Sweep across the range of Sigma values:
for I in np.arange(6):
Expand Down

0 comments on commit bee8f90

Please sign in to comment.