rasta/rasta_data_manipulation
2025-09-07 17:08:42 +02:00
..
rasta_triturage add function to compare result of two experiment 2025-09-07 17:08:42 +02:00
.gitattributes first commit 2023-11-16 14:30:24 +01:00
.gitignore first commit 2023-11-16 14:30:24 +01:00
extract_result.sh first commit 2023-11-16 14:30:24 +01:00
find_apks_by_tool_error.sh first commit 2023-11-16 14:30:24 +01:00
make_db.sh first commit 2023-11-16 14:30:24 +01:00
means_size.sql first commit 2023-11-16 14:30:24 +01:00
means_success_by_year.sql first commit 2023-11-16 14:30:24 +01:00
mypy.ini first commit 2023-11-16 14:30:24 +01:00
poetry.lock first commit 2023-11-16 14:30:24 +01:00
pyproject.toml add function to compare result of two experiment 2025-09-07 17:08:42 +02:00
README.md first commit 2023-11-16 14:30:24 +01:00
TODO.md first commit 2023-11-16 14:30:24 +01:00

Rasta Triturage

Triturage de donnée for the Rasta Project

Usage

This project is managed by poetry (trying new things :-) ). To use it without poetry, you can install it as a python package in a venv:

git clone git@gitlab.inria.fr:jmineau/rasta_triturage.git
cd rasta_triturage
python -m venv venv
source venv/bin/activate
pip install . -e

The reports and information about the apk are in the prepopulated database data.db (TODO: add script to populate the DB)

To generate all the figures in the file figures:

rasta-triturage -d data.db -f figures

To display all the figures:

rasta-triturage -d data.db --display

The option -t allow to specify the tools to compare.

Author

  • annon