Skip to content

Commit

Permalink
fixing json (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
crangelsmith committed Mar 2, 2020
1 parent be07af6 commit a416ef5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run-inputs/sgf-example-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"parameters":
{
"num_samples_to_fit": -1,
"random_state": 1234
"random_state": 1234,

"gamma": 4
"omega": 7
"gamma": 4,
"omega": 7,

"ncomp": "adv"
"ncomp": "adv",
"ndist": "geom"
}
}

0 comments on commit a416ef5

Please sign in to comment.