phys2bids icon indicating copy to clipboard operation
phys2bids copied to clipboard

Trigger plots don't get saved when on automatic testing mode

Open eurunuela opened this issue 5 years ago • 2 comments

Expected Behavior

When running pytest on CircleCI, Travis and Azure, the trigger plots should get saved.

Actual Behavior

Trigger plots don't get saved when running pytest on CircleCI, Travis and Azure. The plt.savefig() function gets stuck.

Specifications

- Python version: 3.6 and 3.7
- phys2bids version: v2.1.0+29.g2007d8b
- Platform: CircleCI, Travis and Azure Pipelines

eurunuela avatar Aug 13 '20 14:08 eurunuela

I want to update this. Actually since you added the flag to not execute these test in circleCI, I think they do not execute in local anymore neither: image

vinferrer avatar Sep 16 '20 07:09 vinferrer

Indeed, I added a condition stating that we expect it to fail and that's exactly what you're seeing. We're gonna have to debug that.

eurunuela avatar Sep 16 '20 08:09 eurunuela