Skip to content

Extend support for more features of VCell expressions#33

Open
CodeByDrescher wants to merge 4 commits intomainfrom
add_proper_expression_handling
Open

Extend support for more features of VCell expressions#33
CodeByDrescher wants to merge 4 commits intomainfrom
add_proper_expression_handling

Conversation

@CodeByDrescher
Copy link

PyVCell uses zarr for handling its data, and in python that comes with two core limitations:

  1. The syntax expressions need when dealing with zarr must be in NumExpr's notation. VCell now supports that.
  2. Any results from VCell that are boolean must be represented as a "float", as zarr does not support JSON-serializing booleans.

This PR brings in the changes needed to rectify this, plus also adds a test to prevent regression.

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

Successfully merging this pull request may close these issues.

SyntaxError when running from vcml file with parameter expressions containing || or &&

1 participant