Skip to content

Commit

Permalink
Merge pull request #26 from drknzz/priceability-module
Browse files Browse the repository at this point in the history
Add priceability module
  • Loading branch information
Simon-Rey authored Apr 26, 2024
2 parents 7d01f6a + a1eae5b commit ce555cb
Show file tree
Hide file tree
Showing 5 changed files with 617 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pabutools/analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
avg_total_score,
median_total_score,
)
from pabutools.analysis.priceability import (
validate_price_system,
priceable,
PriceableResult,
)
from pabutools.analysis.mesanalytics import (
ProjectLoss,
calculate_project_loss,
Expand Down Expand Up @@ -52,6 +57,9 @@
"median_approval_score",
"avg_total_score",
"median_total_score",
"validate_price_system",
"priceable",
"PriceableResult",
"avg_satisfaction",
"gini_coefficient_of_satisfaction",
"percent_non_empty_handed",
Expand Down
Loading

0 comments on commit ce555cb

Please sign in to comment.