dsilvestro / PyRate

PyRate is a program to estimate speciation, extinction, and preservation rates from fossil occurrence data using a Bayesian framework.
GNU Affero General Public License v3.0
76 stars 34 forks source link

"inconsistent use of tabs and spaces in indentation" in MCDD #40

Closed LauravanHolstein closed 1 year ago

LauravanHolstein commented 1 year ago

Hi there,

I've tried running an MCDD analysis with these data and I get the following error: File "/Users/lauravanholstein/Python_coding/PyRate/PyRate/PyRateMCDD.py", line 270 m0A=m0 TabError: inconsistent use of tabs and spaces in indentation.

I've tried to run the MCDD analysis with the canid example file, and get the same error. I'm running PyRate on a Mac M1. Any help would be appreciated!

Cheers, Laura

thauffe commented 1 year ago

Hi Laura,

This should be fixed now. Please note that the fixed version is in the same directory as all other PyRate functions.

You probably tried to run your analysis with: python PyRate_for_Python2/PyRateMCCD

While now you should use: python PyRateMCCD

Good luck!