-
Notifications
You must be signed in to change notification settings - Fork 78
Calculate cross-check results based on latest tool versions #2
Comments
Many customers are stuck with old versions of tools for all kinds of reasons. Putting such a singular focus on the newest version looks like we start a race and punish those that try to stay stable. |
The results would still be summed up over all versions of the importing tool. The intention is to give the users a clear picture where the numbers come from. In the current tables Tool B gets a "5" for five imported FMUs of Tools A which could be the same model from 5 different versions of Tool A or imported by 5 five different versions of tool B. This would IMHO even be a big improvement if we sum up over all versions because it is unlikely that newer versions can't simulate models that worked in older versions. |
For me the requirement for displaying the results are the following:
In the above sketch I do not understand what "Model 1", "Model 2" means. |
"Model 1" and "Model 2" are placeholders for the models exported by the tool. |
Christian: I am happy with what we have and Torsten spent a lot of his time to get it to where we have it now. You requirements sound quite detailed: maybe you can implement them as a proposal? |
@andreas-junghanns, @chrbertsch would you be okay if we add the models as columns? It would be possible w/o changes to files / tools.csv and would give a more detailed image. The total number of models (currently ~50) is quite stable and would fit on one page. |
Could we have a switch to enable and disable the model level? |
The number of different models per platform is actually quite stable because vendors tend to export the same models for each version (which is good). Even with 50 models for the "worst case" (2.0/cs/win64) we would have some space to grow. |
aha - ok then let's leave more complicated filtering for later |
If we use a smart layout the table will look the same from 1m distance |
...but one could easily detect the tools that import only the simple models. |
Based on the past discussion about how to show to the user an information about version compatibility of tools I would like to make the following proposal: You start from the following currently available table (e.g. in https://fmi-standard.org/cross-check/fmi2-me-win32/):
If a user clicks on the information about the number of tests (e.g. number of tests 1->2) the following table is displayed
The user can go back to the former table view via the browser's "go back" features (i.e. buttons). |
Currently the number of "passed" FMU imports is summed up over all versions of the tools / FMUs. This leads to an "advantage" for older tools (with more versions) and does not encourage importers to test against newly released versions / tools. For the users this makes the result tables (both tools page and cross-check) less meaningful.
In the discussion at the FMI Design Meeting in Roanne it turned out that this could be solved by introducing an additional column "latest_version" to tools.csv. The results could then be structured like this:
The advantage of this approach would be that it scales much better (less data and CPU time) and produces a table that fits on one page and gives a good overview of the current status of the interoperability of the tools.
The text was updated successfully, but these errors were encountered: