Opened 7 years ago
Closed 7 years ago
#16661 closed enhancement (fixed)
New common transducer Wait
Reported by: | cheuberg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-6.3 |
Component: | finite state machines | Keywords: | finite_state_machine |
Cc: | skropf, dkrenn | Merged in: | |
Authors: | Clemens Heuberger | Reviewers: | Daniel Krenn |
Report Upstream: | N/A | Work issues: | |
Branch: | 737041a (Commits) | Commit: | 737041aacd4d8df0a6f7965e72c11a192275407a |
Dependencies: | Stopgaps: |
Description
Introduction of a new transducer Wait
which writes False
until reading the threshold-th occurrence of a true input letter and which then writes True
.
This might be useful together with the subblock counting transducer.
Change History (5)
comment:1 Changed 7 years ago by
- Status changed from new to needs_review
comment:2 Changed 7 years ago by
- Branch changed from u/cheuberg/fsm/generator-wait-threshold to u/dkrenn/fsm/generator-wait-threshold
comment:3 Changed 7 years ago by
- Commit changed from 44321ffcf5f2017adb12c306741e8062aa0da6e1 to 737041aacd4d8df0a6f7965e72c11a192275407a
- Reviewers set to Daniel Krenn
- Status changed from needs_review to positive_review
comment:4 Changed 7 years ago by
In the description of 737041a there is a typo in "Type" ;)
comment:5 Changed 7 years ago by
- Branch changed from u/dkrenn/fsm/generator-wait-threshold to 737041aacd4d8df0a6f7965e72c11a192275407a
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Made very small/minor changes. Code and Docs look fine; tests pass.
New commits:
one Type, one ``...```, one PEP8