BlueBrain / sonata-extension

https://sonata-extension.readthedocs.io/en/latest/
Apache License 2.0
3 stars 4 forks source link

Define metadata type to be int, float, bool and string #28

Closed WeinaJi closed 1 year ago

WeinaJi commented 1 year ago

Fixes #26

mgeplf commented 1 year ago

@WeinaJi Can you make the PR in libsonata to support this? I would like to see its implementation. Thanks.

WeinaJi commented 1 year ago

@WeinaJi Can you make the PR in libsonata to support this? I would like to see its implementation. Thanks.

Sure, it is here https://github.com/BlueBrain/libsonata/pull/277 , so basically the data type of "metadata" becomes the same variant type as "beta_features".

mgeplf commented 1 year ago

Sure, it is here https://github.com/BlueBrain/libsonata/pull/277 ,

Thanks, looks good.