zhengp0 / limetr

Robust linear mixed effects model
BSD 2-Clause "Simplified" License
9 stars 8 forks source link

limetr version 0.0.2 #23

Open hopehappyday0414 opened 1 year ago

hopehappyday0414 commented 1 year ago

Dear Professor Zheng, I have tried to run your example code in docker. However, the code failed to run in the native environment Comparing two packages, I have found that limetr package version was inconsistent (docker 0.0.2, verfication releases: 0.0.5) I wonder if these two versions have any differences,which may cause the code fit_model() not to run

zhengp0 commented 1 year ago

Hi @hopehappyday0414,

Thanks for reaching out! Currently you can directly pip install version 0.0.6

pip install limetr==0.0.6

And the interface should be the same as before. And you can run the code in linux or macOS docker image.