-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi there,
I installed MERlin following the instructions in the documentation and implemented some workarounds:
- I rolled back certain packages' versions to resolve some pytest errors.
- I modified the
pandas concat()by adding "axis=". - I enabled long path support in Windows to make the path exceeding the 260 character limits.
However, I am still encountering an issue with test_merfish.py running extremely slow (over 16 hours and not finished yet). I came across a previous issue posted by @HazenBabcock, where it seems that his computer took less than 2 minutes to complete all the tests, including passing the test_merfish.
Is this extended test run time expected? Should I continue waiting, or do you have any suggestions on how to monitor the progress and identify the slow-running processes?
Additionally, could I request information on your current working environment's package versions in case it's still an environment-related issue?
PS: My processor information
Caption DeviceID MaxClockSpeed Name NumberOfCores Status
AMD64 Family 23 Model 49 Stepping 0 CPU0 3800 AMD Ryzen Threadripper 3960X 24-Core Processor 24 OK
Best,
Yuan