Install SimDB export/comparator scripts for MAP v2.1 release #578
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR gets everything ready for map_v2.1 where we will want an easy way for users to try out SimDB reports and check for backwards compatibility. The main idea here is that we need simdb_export / simdb_compare to be in Conda on the search path for the easiest verification workflow:
It is an open question whether we provide a fallback to re-enable legacy reports in v3, something like:
./sim -i 10k --report stats.yaml --simdb-file stats.db --enable-legacy-reports
We probably do want that option, but eventually in map_v3 we will actually delete all the old report formatter code forever!