Jon Haitz Legarreta Gorroño

Results 128 comments of Jon Haitz Legarreta Gorroño

> @jhlegarreta Yes, I am adding those. It fails for the existing test mesh when writing in binary format. Also, the test mesh has pixel data that needs to be...

On a slightly related note, maybe the Valgrind issues that were uncovered by some of the mentioned tests are related to this too: https://open.cdash.org/viewDynamicAnalysis.php?buildid=8084453

According to the JupyterLab folks, `timeout` is not standard metadata, and it is being ignored: https://github.com/jupyterlab/jupyterlab/issues/12018 See specifically https://github.com/jupyterlab/jupyterlab/issues/12018#issuecomment-1046571679 Is there any plan to fix it or support it? We're...

Unfortunately I was doing it manually, i.e. using GIMP, with all that implies.

> Hello, may I work on this Issue? @Nibba2018 Please go ahead. Thank you.

@skoudoro thanks for caring about this. > You just need to pay attention when you call window.show(). This function has a parameter named reset_camera default to True. So you have...

Thanks for the effort @alex-treebeard. > nbmake is not clearly able to run all cells to see which pass (maybe [allow errors](https://github.com/treebeardtech/nbmake#allow-errors-for-a-whole-notebook) should run all AND fail if cells fail...

> `allow_errors` is configured once for each notebook, not per-cell. OK. Have not tried. > two issues though: > > 1. You may want this to be a global CLI...

> Noted! Thanks for the effort @alex-treebeard > If this [line](https://github.com/carpentries-incubator/SDC-BIDS-dMRI/blob/9c2939241ca6761258bc43acf5081ba650fa31bb/.github/workflows/build-test.yaml#L120) fails, github actions will stop and fail. I recommend running them all in one pytest invocation instead. Not sure...

> Github actions stops if a command exits with non-zero exit code. > pytest will exit with non-zero code if a test fails -- this works well to notify the...