Skip to content

limit_mv and module#3

Open
park-sewon wants to merge 1 commit intofbrausse:masterfrom
park-sewon:master
Open

limit_mv and module#3
park-sewon wants to merge 1 commit intofbrausse:masterfrom
park-sewon:master

Conversation

@park-sewon
Copy link

The part where you indicate the success of the execution of the sequence function in limit_mv had been moved below the catch block:

try: execute the sequence function
catch: decrease the index of the sequence or something
set up indicators for success

where it's supposed to be and fixed to be as follows:

try: execute the sequence function and set up indicators for success
catch: decrease the index of the sequence or something

The function module used to run into an infinite loop when a constant function is given.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant