setta 0.0.14.dev8__py3-none-any.whl → 0.0.14.dev9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of setta might be problematic. Click here for more details.
- setta/__init__.py +1 -1
- setta/database/export_db/export_readable.py +6 -6
- setta/static/frontend/assets/index-DG_u-B1j.css +32 -0
- setta/static/frontend/assets/{index-B8656WgG.js → index-DwOB3E_D.js} +154 -154
- setta/static/frontend/index.html +2 -2
- {setta-0.0.14.dev8.dist-info → setta-0.0.14.dev9.dist-info}/METADATA +1 -1
- {setta-0.0.14.dev8.dist-info → setta-0.0.14.dev9.dist-info}/RECORD +11 -11
- setta/static/frontend/assets/index-DQjclEVk.css +0 -32
- {setta-0.0.14.dev8.dist-info → setta-0.0.14.dev9.dist-info}/LICENSE +0 -0
- {setta-0.0.14.dev8.dist-info → setta-0.0.14.dev9.dist-info}/WHEEL +0 -0
- {setta-0.0.14.dev8.dist-info → setta-0.0.14.dev9.dist-info}/entry_points.txt +0 -0
- {setta-0.0.14.dev8.dist-info → setta-0.0.14.dev9.dist-info}/top_level.txt +0 -0
setta/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.0.14.
|
1
|
+
__version__ = "0.0.14.dev9"
|
@@ -232,11 +232,11 @@ def get_exporter_fn(config, section_id):
|
|
232
232
|
return export_param_sweep_section
|
233
233
|
elif stype == C.GLOBAL_PARAM_SWEEP:
|
234
234
|
return export_global_param_sweep_section
|
235
|
-
elif stype == C.DRAW:
|
236
|
-
|
237
|
-
elif stype == C.IMAGE:
|
238
|
-
|
235
|
+
# elif stype == C.DRAW:
|
236
|
+
# return export_canvas_rendered_value
|
237
|
+
# elif stype == C.IMAGE:
|
238
|
+
# return export_image_section
|
239
239
|
elif stype == C.SOCIAL:
|
240
240
|
return export_social_section
|
241
|
-
elif stype == C.CHART:
|
242
|
-
|
241
|
+
# elif stype == C.CHART:
|
242
|
+
# return export_canvas_rendered_value
|