Replies: 2 comments 3 replies
-
Hi, I can replicate this issue & will have a fix for it shortly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, this should be fixed in the latest |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have difficulties exporting a session as wsp. What I am currently doing:
That's the traceback I get:
Traceback (most recent call last):
File "C:\Users\Abdulkadir.Yilmaz\AppData\Roaming\JetBrains\PyCharmCE2021.2\scratches\scratch.py", line 121, in
session.export_wsp(wsp_datei, 'All Samples')
File "C:\Users\Abdulkadir.Yilmaz\PycharmProjects\Flowkit_Test\venv\lib\site-packages\flowkit_models\session.py", line 264, in export_wsp
wsp_utils.export_flowjo_wsp(self.gating_strategy, group_name, samples, file_handle)
File "C:\Users\Abdulkadir.Yilmaz\PycharmProjects\Flowkit_Test\venv\lib\site-packages\flowkit_utils\wsp_utils.py", line 1077, in export_flowjo_wsp
_add_transform_to_wsp(xforms_el, dim, gating_strategy.get_transform(xform), ns_map)
File "C:\Users\Abdulkadir.Yilmaz\PycharmProjects\Flowkit_Test\venv\lib\site-packages\flowkit_utils\wsp_utils.py", line 734, in _add_transform_to_wsp
raise NotImplementedError("Transform type %s is not yet supported" % type(transform))
NotImplementedError: Transform type <class 'flowkit._models.transforms._wsp_transforms.WSPBiexTransform'> is not yet supported
Beta Was this translation helpful? Give feedback.
All reactions