Marc-Alexandre Côté

Results 35 issues of Marc-Alexandre Côté

Currently, in the VTK format, the **iter** function assumes that the points are ordered, so it only reads the number of points and the index of the start point of...

Right now, we can only read from an ascii VTK file. Actually, when loading an ascii VTK, we first convert it into a binary. The reason is, it was easier...

When loading tck files, MRtrix looks for the step size in the file header. If not found, it assumes it is 1. When writing tck files, the step size could...

Find how much memory we can use in order to select a good BUFFER_SIZE.

enhancement

Right now, our config files (JSON) describe the information of available queues on a given cluster and are not easily customizable. For instance, when loading queues from a config file,...

enhancement
CCW

It would be really nice to handle different type of folded arguments. Here a list of what I think could be useful. Feel free to comment or suggest other types....

enhancement
CCW

Maybe we could change `DD:HH:MM:SS` to `[[[DD:]HH:]MM:]SS` in the help message. We could think also about a way to make it more user friendly by allowing one to specify the...

enhancement

Check the proper way of doing unit tests in Python and refactor accordingly. Also add a mocking dependency and use it to test the yes_no_prompt and the launching of job.

enhancement
CCW

Find a cleaner way to test the `open_with_lock` function. Right now we rely on causing race conditions using `time.sleep`. The procedure is as follow: 1. a file is locked in...

enhancement

A viewer would be really nice to view, delete, check logs of runninga and stopped jobs.

enhancement