Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builder return value doesn't have to_python #24

Open
mccalluc opened this issue Feb 23, 2022 · 0 comments
Open

Builder return value doesn't have to_python #24

mccalluc opened this issue Feb 23, 2022 · 0 comments

Comments

@mccalluc
Copy link
Contributor

In many instances, the the builder return is a raw dict or list... It doesn't do what we need:

FAILED test/test_builders.py::test_entity_to_vitessce_conf[StitchedCytokitSPRMViewConfBuilder/04e7385339167e541ad42a2636e18398-entity.json] - AttributeError: 'dict' object has no attribute 'to_python'
FAILED test/test_builders.py::test_entity_to_vitessce_conf[SeqFISHViewConfBuilder/fake-entity.json] - AttributeError: 'list' object has no attribute 'to_python'
FAILED test/test_builders.py::test_entity_to_vitessce_conf[IMSViewConfBuilder/fake-entity.json] - AttributeError: 'dict' object has no attribute 'to_python'
FAILED test/test_builders.py::test_entity_to_vitessce_conf[MultiImageSPRMAnndataViewConfBuilder/fake-entity.json] - AttributeError: 'list' object has no attribute 'to_python'
FAILED test/test_builders.py::test_entity_to_vitessce_conf[TiledSPRMViewConfBuilder/with-cells-entity.json] - AttributeError: 'list' object has no attribute 'to_python'
FAILED test/test_builders.py::test_entity_to_vitessce_conf[TiledSPRMViewConfBuilder/no-cells-entity.json] - AttributeError: 'list' object has no attribute 'to_python'
FAILED test/test_builders.py::test_entity_to_vitessce_conf[ImagePyramidViewConfBuilder/fake-entity.json] - AttributeError: 'dict' object has no attribute 'to_python'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant