Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ repos:
rev: v21.1.7
hooks:
- id: clang-format
exclude: ^(source/3rdparty|source/lib/src/gpu/cudart/.+\.inc|.+\.ipynb$|.+\.json$)
exclude: ^(source/3rdparty|source/lib/src/gpu/cudart/.+\.inc|.+\.ipynb$|source/tests/infer/.+\.json$)
Comment thread
njzjz marked this conversation as resolved.
# markdown, yaml, CSS, javascript
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,31 @@
"type_map": "type_map_all",
"descriptor": "dpa3_descriptor",
"fitting_net": "shared_fit_with_id",
"model_branch_alias": ["Default","Water"],
"model_branch_alias": [
"Default",
"Water"
],
"info": {
"description": "Water model with DPA3 descriptor and shared fitting net",
"observed_type": ["H", "O"]
"description": "Water model with DPA3 descriptor and shared fitting net",
"observed_type": [
"H",
"O"
]
}
},
"water_2": {
"type_map": "type_map_all",
"descriptor": "dpa3_descriptor",
"fitting_net": "shared_fit_with_id",
"model_branch_alias": ["Water2"],
"model_branch_alias": [
"Water2"
],
"info": {
"description": "Water duplicated model with DPA3 descriptor and shared fitting net",
"observed_type": ["H", "O"]
"description": "Water duplicated model with DPA3 descriptor and shared fitting net",
"observed_type": [
"H",
"O"
]
}
}
}
Expand Down