Skip to content

Commit 7a550ae

Browse files
committed
Finish up advanced report research note
1 parent ddf14a8 commit 7a550ae

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44
[project]
55
name = "math-spec-mapping"
6-
version = "0.4.2"
6+
version = "0.4.3"
77
authors = [
88
{ name="Sean McOwen", email="Sean@Block.Science" },
99
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Advanced Reports
2+
3+
1. Glossary
4+
5+
## Glossary
6+
7+
- An advanced report which just lists out the components and their descripitions.
8+
9+
## Parameter Impact Report
10+
11+
- Given a parameter will show all directly affected blocks and all downstream blocks
12+
- Likely will want to use a mermaid rendering for the blocks impacted
13+
14+
## State Variable Impact Report
15+
16+
- Given a state variable, will map out all the paths to modifying it
17+
- Can do recursive things to figure out what wirings or policies are upstream from it

research_notes/WIP Advanced Reports.md

-7
This file was deleted.

0 commit comments

Comments
 (0)