Project 14 : showing "<" is not supported in between "int" and "str" . I have edited code after so many times but it shows same error. Please Reply

Screenshot (397)

Hi @yashtiwatane ,
Can you please share your code? The reason you are seeing this is that you are using an integer as one operand and string as another operand.

This is code for which it showing error.


@yashtiwatane while calling the compute_bounds() function, please convert the frame size and mul factor to int.

Something like
compute_bounds(history data, int(conf.FRAME SIZE), int(conf.MUL FACTOR))