imagej / pyimagej

Use ImageJ from Python
https://pyimagej.readthedocs.io/
Other
473 stars 82 forks source link

Several issues running `make test` on osx-arm64 machine #310

Closed jschneidereit closed 4 months ago

jschneidereit commented 4 months ago

👋 I was trying to set up this repo to make a contribution or two and ran tests from main and noticed a few issues:

  1. (actually before make test) flake8-typing-imports for osx-arm64 hasn't been uploaded to conda-forge
  2. the java_heap.py tests use 5 MB for comparing used memory, which I guess doesn't work well on these M chips since the memory used on my laptop was 6 MB 😂
jschneidereit commented 4 months ago

Whoa, I think I had an ancient fork and forgot I had forked! 🤔

jschneidereit commented 4 months ago

Yes! Wrong repo 😛