add function to compare result of two experiment

This commit is contained in:
Jean-Marie Mineau 2025-09-07 17:08:42 +02:00
parent 1309d7ea24
commit 0d8ad49c94
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 255 additions and 11 deletions

View file

@ -1,15 +1,15 @@
[tool.poetry]
name = "rasta_triturage"
version = "0.2.0"
version = "0.2.1"
description = "'Triturage de donnée' for the Rasta Project"
authors = ["anon"]
authors = ["Jean-Marie Mineau <rasta-github@jean-marie.mineau.eu>"]
readme = "README.md"
#homepage = ""
#repository = ""
license = "Proprietary"
homepage = "https://github.com/histausse/rasta/tree/main"
repository = "https://github.com/histausse/rasta/tree/main"
license = "GPLv3"
[tool.poetry.urls]
#"Bug Tracker" = ""
"Bug Tracker" = "https://github.com/histausse/rasta/issues"
[tool.poetry.dependencies]
python = "^3.10"
@ -50,6 +50,7 @@ rasta-decorelate-factor = "rasta_triturage.cli:plot_decorelated_factor"
rasta-count-error-stacks = "rasta_triturage.cli:count_error_stacks"
rasta-gen-dataset = "rasta_triturage.cli:generate_dataset"
rasta-size-malware = "rasta_triturage.cli:size_malware"
rasta-compare-status = "rasta_triturage.cli:compare_status_by_tool"
[tool.poetry.group.dev.dependencies]
pytest = "*"