-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds tdp-finder to models library & adds test impl
- Loading branch information
1 parent
022bd92
commit 18e7f31
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: tdp-tester | ||
initialize: | ||
models: | ||
- name: tdp-finder # a model that returns an embodied value given the sci embodied attribution equation. | ||
kind: builtin | ||
verbose: false | ||
path: '' | ||
graph: | ||
children: | ||
backend: | ||
pipeline: | ||
- tdp-finder | ||
config: | ||
tdp-finder: | ||
tdp: | ||
observations: | ||
- timestamp: 2023-07-06T00:00 | ||
physical-processor: AMD 3020e | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters