kneasle / wheatley

An AI for Ringing Room that can ring any number of bells to increase the scope of practices.
https://pypi.org/project/wheatley/
MIT License
15 stars 13 forks source link

beta version does up-down-off without the -u option. #154

Closed dgambling closed 3 years ago

dgambling commented 3 years ago

Is it just me, or is this universal with this version? No big deal, but it confused us the first time it happened!

Version 0.6.0.b3

centreboard commented 3 years ago

Interesting, I haven't seen this with the beta or when from running master.

Just to confirm you're running a command that also doesn't contain -H / --handbell-style?

After the initial receiving bells etc, does the output just log (substituting the method/comp you chose)

INFO:BOT:Waiting for 'Look To!'... INFO:TOWER:RECEIVED: Call 'Look to' INFO:BOT:Starting to ring Plain Bob Minor INFO:ROWGEN:Reset INFO:ROWGEN:2 1 4 3 6 5

dgambling commented 3 years ago

I'm using -H option to stop at rounds, is that a feature?

Regards

David

On Sat, 6 Mar 2021, 18:30 Matthew R Johnson, notifications@github.com wrote:

Interesting, I haven't seen this with the beta or when from running master.

Just to confirm you're running a command that also doesn't contain -H / --handbell-style?

After the initial receiving bells etc, just the output just log (substituting the method/comp you chose)

INFO:BOT:Waiting for 'Look To!'... INFO:TOWER:RECEIVED: Call 'Look to' INFO:BOT:Starting to ring Plain Bob Minor INFO:ROWGEN:Reset INFO:ROWGEN:2 1 4 3 6 5

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kneasle/wheatley/issues/154#issuecomment-792009204, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATCJ647VN6YYX2UAEU42H3LTCJYDDANCNFSM4YW67PHQ .

centreboard commented 3 years ago

Ah, you want -s / --stop-at-rounds. -H/--handbell-style is equivalent to both -u and -s being set. This should be the same behaviour as in 0.5.x

dgambling commented 3 years ago

Thanks! Sorry to have bothered you! Is there a detailed description of the options anywhere?

Regards

David

On Sat, 6 Mar 2021, 18:41 Matthew R Johnson, notifications@github.com wrote:

Ah, you want -s / --stop-at-rounds. -H/--handbell-style is equivalent to both -u and -s being set. This should be the same behaviour as in 0.5.x

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kneasle/wheatley/issues/154#issuecomment-792015216, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATCJ64276ESA3LLD73QVGPDTCJZN7ANCNFSM4YW67PHQ .

centreboard commented 3 years ago

No problem, wheatley --help gives a brief description of all the options