Skip to content

Commit

Permalink
JSON schema extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
adelavega committed Feb 7, 2020
1 parent 5e7fb08 commit e7d7010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuroscout/config/feature_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"features": {
"encoding_(.*)$": {
"description": "Encoding for {pretrained_model}, windowed with {window_n} letters {window_method} target.",
"name": "{pretrained_model}_{window_method}_{window_n}_encoding_\\1",
"name": "{pretrained_model}_{window_method}_{window_n}_encoding_\\1"
}
}
}
Expand Down

0 comments on commit e7d7010

Please sign in to comment.