TabError when compiling util_GenerateMaxlnLWaveform_NRFromIndex.py
Because the util_GenerateMaxlnLWaveform_NRFromIndex.py
'script' has a .py
extension, conda-build (and others) think it's a module, so attempt to py_compile it, which results in a TabError
because of inconsistent use of tabs and spaces for indentation:
$ python3 -m py_compile MonteCarloMarginalizeCode/Code/bin/util_GenerateMaxlnLWaveform_NRFromIndex.py
Sorry: TabError: inconsistent use of tabs and spaces in indentation (util_GenerateMaxlnLWaveform_NRFromIndex.py, line 178)