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

|. does not propagate the previous signal after the gap #8

Closed
LudwigCRON opened this issue Sep 24, 2019 · 2 comments
Closed

|. does not propagate the previous signal after the gap #8

LudwigCRON opened this issue Sep 24, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@LudwigCRON
Copy link
Owner

Since the first release, a signal could have a time compression by using |

However, one can consider to have a signal define as x=....|..... which means the signal is kept constant over a long time.

|. break the sequence and you should change for x=.....|=..... and repeat the data twice. It also occurs with others symbols.

@LudwigCRON LudwigCRON added the bug Something isn't working label Sep 24, 2019
LudwigCRON added a commit that referenced this issue Sep 24, 2019
@LudwigCRON
Copy link
Owner Author

LudwigCRON commented Sep 24, 2019

In the master branch, the problem is fixed. However, for data brick even if the value is propagated and identical to the previous one, a transition occurs.

annotation-cairo

@LudwigCRON
Copy link
Owner Author

Even for data it is fix
annotation-cairo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant