Skip to content

Commit

Permalink
Fix unexpected targets in JSON schemas (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster authored Jul 18, 2024
1 parent 936a812 commit e858dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,8 @@
},
"loss_weights": {
"type": "object",
"properties": {
"energy": {
"type": "number"
},
"forces": {
"patternProperties": {
".*": {
"type": "number"
}
},
Expand Down
7 changes: 2 additions & 5 deletions src/metatrain/experimental/soap_bpnn/schema-hypers.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,8 @@
},
"loss_weights": {
"type": "object",
"properties": {
"energy": {
"type": "number"
},
"forces": {
"patternProperties": {
".*": {
"type": "number"
}
},
Expand Down

0 comments on commit e858dcd

Please sign in to comment.