Spaces:
Sleeping
Sleeping
Update formulas.py
Browse files- formulas.py +2 -2
formulas.py
CHANGED
@@ -369,7 +369,7 @@ offer_formulas: dict = {
|
|
369 |
} # Cierre del diccionario offer_formulas (se elimin贸 la coma)
|
370 |
|
371 |
# Par谩metros del sistema en nivel ra铆z
|
372 |
-
|
373 |
"validation_rules": {
|
374 |
"allowed_combinations": {
|
375 |
1: [1, 2],
|
@@ -384,4 +384,4 @@ offer_formulas: dict = {
|
|
384 |
}
|
385 |
}
|
386 |
}
|
387 |
-
# End of core_parameters dictionary
|
|
|
369 |
} # Cierre del diccionario offer_formulas (se elimin贸 la coma)
|
370 |
|
371 |
# Par谩metros del sistema en nivel ra铆z
|
372 |
+
core_parameters = {
|
373 |
"validation_rules": {
|
374 |
"allowed_combinations": {
|
375 |
1: [1, 2],
|
|
|
384 |
}
|
385 |
}
|
386 |
}
|
387 |
+
# End of core_parameters dictionary
|