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
Replace the tab character in the indentation, which caused the following exception: