-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add block names to output #3
Comments
The block can store metadata, so it should be stored here. I'll check it how to implement it best. |
Please check whether this is ok for you. Thanks. |
Thanks for your work, Sebastian!
I think its a problem with the |
Yeah, the problem comes from (?ifelse)
It is a little bit tricky ... fixed. |
So the tests seem to work, implemented then. |
Works perfect! |
In
xylib
it is possible to set names for blocks. Until now these names are not exported to R. I wrote a C++ functionget_block_names.cpp
to extract them from files (if available), see commit caf5906.The question is: how to store them? In metadata? In an extra slot? Should the names be exported automatically or with an extra argument?
The text was updated successfully, but these errors were encountered: