Martino Sorbaro
Martino Sorbaro
The code was converted using automatic conversion provided by Tensorflow. Additionally, the most recent skimage was telling me its images needed to be between -1 and 1, the opposite of...
Learners that have just learned about why a function is useful will not have clearly in mind how functions are usually used in the places they are called. The first...
As @konrad and I were teaching an instructor training last week, we received multiple requests of more breaks. I completely support the idea. The sections are about 3.5 hours long,...
In a similar way to what is done with sampling, the Probe object should tell us what the units of voltage are, so that we can plot in a meaningful...
Python 3 version. This is mostly an automated translation made using the `2to3` tool. It was tested on Ubuntu, with Python 3.5.2, and seems to work fine. It is NOT...
I'm not sure what causes this and I was told by @zkamvar that this is harmless, but putting it here in case others have the same question. When looking at...
I created this PR to check if it was possible to merge the Recipes version without too much pain, and so we can discuss whether this is a good choice....
This removes the last instances of `git checkout`: two cases that had been missed, in which checkout was still included in the suggestions of `git status` (this is now `revert`)....
Fixes #953. The two screenshots seemed indeed swapped by mistake.
### How could the content be improved? Add a comment in the instructor notes explaining that we used to use 'checkout' instead of 'switch' and 'revert', and this should still...