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

Allow subtypes for general types #80

Open
m-mohr opened this issue Jan 21, 2020 · 3 comments
Open

Allow subtypes for general types #80

m-mohr opened this issue Jan 21, 2020 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@m-mohr
Copy link
Member

m-mohr commented Jan 21, 2020

When choosing data types, there's an issue with some not being offered. For example, if string is allowed as type in general, the temporal strings should also be supported always as alternative.

@m-mohr m-mohr added the bug Something isn't working label Jan 21, 2020
@m-mohr m-mohr added this to the v0.5.0 milestone Jan 21, 2020
@m-mohr m-mohr modified the milestones: v0.5.0, 0.6.0 Mar 26, 2020
@m-mohr m-mohr added enhancement New feature or request and removed bug Something isn't working labels Jun 22, 2020
@m-mohr m-mohr modified the milestones: v0.6.0, v0.7.0 Jan 19, 2021
@clausmichele
Copy link
Member

Is this related? In apply_kernel, the data in the array is of type number, and complains about numbers with too many decimal digits:
image

@m-mohr
Copy link
Member Author

m-mohr commented Feb 12, 2021

Hmm, interesting. That looks more like a bug to me. I'll investigate. Which back-end is this? @clausmichele

Edit: I've fixed the bug in the code. As the Web Editor allows you to input arbitrary precision (I think) and just shows the error without any negative impact to the resulting process, I've not deployed yet.

@clausmichele
Copy link
Member

Thanks! Yes, I've also noticed that it was only a warning and didn't affect the create process graph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants