tslib icon indicating copy to clipboard operation
tslib copied to clipboard

Fix inconsistent use of tabs and spaces

Open joonro opened this issue 5 years ago • 0 comments

Replace the tab character in the indentation, which caused the following exception:

%run testScriptSynthControlALS.py
  File "../..\tslib\src\synthcontrol\syntheticControl.py", line 64
    return prediction
                     ^
TabError: inconsistent use of tabs and spaces in indentation

joonro avatar Mar 05 '20 00:03 joonro