Differences From Artifact [4b7da78f0b]:
- File README.md — part of check-in [3a80460d0a] at 2021-03-05 03:51:37 on branch master — Update README.md: Clearly label primary vs mirrors (user: trnsz@pobox.com, size: 1873) [annotate] [blame] [check-ins using] [more...]
To Artifact [a41249c324]:
- File
README.md
— part of check-in
[dd2f7cd116]
at
2021-04-16 07:13:04
on branch github/deepsource-transform-1fe15620
— Format code with black, gofmt, yapf, autopep8, isort, standardrb, standardjs, prettier and rubocop
This commit fixes the style issues introduced in 7ac5cb2 according to the output
from black, gofmt, yapf, autopep8, isort, standardrb, standardjs, prettier and
rubocop.Details: https://deepsource.io/gh/reduce-algebra/mtt/transform/c3252946-0bd2-48d0-b166-fde2a4487b9e/ (user: 62050782+deepsource-autofix[bot]@users.noreply.github.com, size: 1867) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + - + - + - + - + - + - + - + - + | # MTT ## Model Transformation Tools ### Bond-graph based modeling tools MTT is a set of tools for modeling dynamic physical systems using the bond-graph methodology and transforming these models into representations suitable for analysis, control, and simulation. |