Returns a tuple containing the model XML string and a dict of assets.
(num_poles=1)
| 32 | |
| 33 | |
| 34 | def get_model_and_assets(num_poles=1): |
| 35 | """Returns a tuple containing the model XML string and a dict of assets.""" |
| 36 | return _make_model(num_poles), common.ASSETS |
| 37 | |
| 38 | |
| 39 | @SUITE.add('benchmarking') |
no test coverage detected
searching dependent graphs…