angelolab / ark-analysis

Integrated pipeline for multiplexed image analysis
https://ark-analysis.readthedocs.io/en/latest/
MIT License
69 stars 25 forks source link

Fix issue with notebook test generators #1102

Closed alex-l-kong closed 4 months ago

alex-l-kong commented 6 months ago

What is the purpose of this PR?

The generators don't properly get torn down for the notebook tests, which causes them to attempt to delete non-existent folders.

How did you implement your changes

Investigate the way these tests are torn down and address accordingly.

alex-l-kong commented 4 months ago

The issues in this PR were addressed by #1114.