Spaces:
Sleeping
Sleeping
Update calculations.py
Browse files- calculations.py +2 -2
calculations.py
CHANGED
|
@@ -49,7 +49,7 @@ class CannabinoidCalculations(param.Parameterized):
|
|
| 49 |
label="Consumables per kg finished product ($)",
|
| 50 |
)
|
| 51 |
bio_cbx_pct = param.Number(
|
| 52 |
-
default=
|
| 53 |
)
|
| 54 |
bio_cost = param.Number(
|
| 55 |
default=20.0,
|
|
@@ -120,7 +120,7 @@ class CannabinoidCalculations(param.Parameterized):
|
|
| 120 |
shifts_per_week = param.Number(
|
| 121 |
default=2.0, bounds=(1, 28), step=1.0, label="Shifts per week"
|
| 122 |
)
|
| 123 |
-
batch_frequency = param.String(default="
|
| 124 |
|
| 125 |
# --- Calculated Attributes ---
|
| 126 |
kg_processed_per_shift = 0.0
|
|
|
|
| 49 |
label="Consumables per kg finished product ($)",
|
| 50 |
)
|
| 51 |
bio_cbx_pct = param.Number(
|
| 52 |
+
default=8.0, bounds=(0, 30), step=0.1, label="Cannabinoid (CBx) in biomass (%)"
|
| 53 |
)
|
| 54 |
bio_cost = param.Number(
|
| 55 |
default=20.0,
|
|
|
|
| 120 |
shifts_per_week = param.Number(
|
| 121 |
default=2.0, bounds=(1, 28), step=1.0, label="Shifts per week"
|
| 122 |
)
|
| 123 |
+
batch_frequency = param.String(default="Week", label="New batch frequency")
|
| 124 |
|
| 125 |
# --- Calculated Attributes ---
|
| 126 |
kg_processed_per_shift = 0.0
|