-
- Downloads
Refactor constructor so that Input signals and Output signals are connected to...
Refactor constructor so that Input signals and Output signals are connected to ports before traversal is started, that way edge cases of empty SFG's are easily handled
parent
78ae1297
No related branches found
Tags 1.5.5.2
Checking pipeline status
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
Showing
- test/fixtures/port.py 8 additions, 0 deletionstest/fixtures/port.py
- test/fixtures/signal_flow_graph.py 19 additions, 2 deletionstest/fixtures/signal_flow_graph.py
- test/test_inputport.py 29 additions, 37 deletionstest/test_inputport.py
- test/test_outputport.py 5 additions, 22 deletionstest/test_outputport.py
- test/test_print_sfg.py 0 additions, 46 deletionstest/test_print_sfg.py
- test/test_sfg.py 62 additions, 13 deletionstest/test_sfg.py
- test/test_signal.py 25 additions, 24 deletionstest/test_signal.py
- test/test_simulation.py 26 additions, 19 deletionstest/test_simulation.py
Loading
Please register or sign in to comment