Hi ColabFold team,
I encountered an IndentationError when running ColabFold locally. The traceback is as follows:
Traceback (most recent call last):
File ".../IPython/core/interactiveshell.py", line 3579, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File ".../colab_fold_runner.py", line 187, in colab_fold_runner
results = run(
File ".../colabfold/batch.py", line 1490, in run
from colabfold.plot import plot_msa_v2
File ".../colabfold/plot.py", line 10
plt.figure(figsize=(3 * num_models, 2), dpi=100)
^
IndentationError: unexpected indent
It seems that there is an unexpected indentation in colabfold/plot.py at the line where plt.figure() is called.
Thanks for looking into this!
Hi ColabFold team,
I encountered an IndentationError when running ColabFold locally. The traceback is as follows:
Traceback (most recent call last):
File ".../IPython/core/interactiveshell.py", line 3579, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File ".../colab_fold_runner.py", line 187, in colab_fold_runner
results = run(
File ".../colabfold/batch.py", line 1490, in run
from colabfold.plot import plot_msa_v2
File ".../colabfold/plot.py", line 10
plt.figure(figsize=(3 * num_models, 2), dpi=100)
^
IndentationError: unexpected indent
It seems that there is an unexpected indentation in colabfold/plot.py at the line where plt.figure() is called.
Thanks for looking into this!