Update phase/compute.py
Browse filesreturns unsorted components_1
- phase/compute.py +1 -1
phase/compute.py
CHANGED
|
@@ -80,4 +80,4 @@ class ParticipationAdoptionIndex:
|
|
| 80 |
|
| 81 |
# self._normalize_components()
|
| 82 |
|
| 83 |
-
return self.
|
|
|
|
| 80 |
|
| 81 |
# self._normalize_components()
|
| 82 |
|
| 83 |
+
return self.components_1, self.components_2
|