sdbrgo commited on
Commit
a076a20
·
verified ·
1 Parent(s): 5a5a59e

Update phase/compute.py

Browse files
Files changed (1) hide show
  1. phase/compute.py +2 -0
phase/compute.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  class ParticipationAdoptionIndex:
2
 
3
  def __init__(self, num_participants, target_population, feedback_volume, w_pos, w_neg):
 
1
+ import math
2
+
3
  class ParticipationAdoptionIndex:
4
 
5
  def __init__(self, num_participants, target_population, feedback_volume, w_pos, w_neg):