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 CHANGED
@@ -1 +1 @@
1
- __version__ = "0.0.14.dev8"
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
- return export_canvas_rendered_value
237
- elif stype == C.IMAGE:
238
- return export_image_section
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
- return export_canvas_rendered_value
241
+ # elif stype == C.CHART:
242
+ # return export_canvas_rendered_value