Closed Beliavsky closed 2 years ago
In the example code in the Readme the line
print(rrse)
is invalid because rrse has not been defined. The code works if it is removed.
rrse
In the example code in the Readme the line
print(rrse)
is invalid because
rrse
has not been defined. The code works if it is removed.