Rules for problem solving and understanding code
Published:
Create a minimal dataset to test the code
Learn to use a debugger
Step through the code line by line
less than 1 minute read
Published:
Create a minimal dataset to test the code
Learn to use a debugger
Step through the code line by line
2 minute read
Published:
This post is a chronicle of how I’m setting up a development environment for neurostuff using VSCode (version 1.48.2 as of this writing).
7 minute read
Published:
Often times you have to choose between installing the complex web of dependencies to debug fmriprep from a graphical text editor and using a container where you can only debug from a terminal. VS Code has several extensions that make it easier to develop fmriprep and have the best of both worlds. The VS Code Docker and Remote Development extensions will give you a great experience running tests and debugging fmriprep on your laptop or work machine.
1 minute read
Published:
Just as I’m getting a feel for python, why not tack on another language. R is very popular for statistical computing, and the number of packages R has for this functionality confirms that intuition.
20 minute read
Published:
This is an ongoing process where we are attempting to collect data and visualize it quickly so we can see if anything looks off.