Bug 46713 - borken
Summary: borken
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: octave-control (show other bugs)
Version: unstable
Hardware: all Linux
: P5 normal
Assignee: manowar@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-30 17:41 MSK by Sergey Bolshakov
Modified: 2023-06-30 17:58 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Bolshakov 2023-06-30 17:41:26 MSK
$ cat borken.m
#!/usr/bin/octave -qf

pkg load control;
pkg load signal;

[a, b] = butter(4, 1/16);
sos = tf2sos(a, b);
sos

$ octave borken.m
error: '__lti_input_idx__' undefined near line 211, column 33
error: called from
    tf at line 211 column 31
    tf2zp at line 35 column 13
    tf2sos at line 67 column 11
    borken at line 7 column 5
Comment 1 Sergey Bolshakov 2023-06-30 17:45:50 MSK
fixed with rebuild in task #323959