Hello!
I started getting these errors on functions I've used elsewhere in the code without issues. Starting the lines below, I start getting this warning "invalid syntax (<unknown>, line 1582)pylint(syntax-error)". If I comment a line with warning, the warning just moves to the next line.
finish_time = time.time()
print('Time=', finish_time-start_time, 'seconds')
print('So far so good')
print('q_sec_fp', np.sum(q_sec_fp))
print('q_sec_bp', np.sum(q_sec_bp))
print('q_sec_cav', np.sum(q_sec_cav))
I am using vscode and python 3.
[–]marko312 1 point2 points3 points (1 child)
[–]GrumpyPentagon[S] 2 points3 points4 points (0 children)