jehangiramjad / tslib

Time Series Forecasting and Imputation
48 stars 26 forks source link

Fix inconsistent use of tabs and spaces #5

Open joonro opened 4 years ago

joonro commented 4 years ago

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