Ex-Mente / auxi.0

GNU Lesser General Public License v3.0
8 stars 8 forks source link

Ensure that examples don't have any errors #101

Closed christoffkok closed 8 years ago

christoffkok commented 8 years ago

Background

While demonstrating an example, we came across an error where a variable was renamed at the top, but never in the places below it. Errors were thrown instead of the expected output.

Purpose

The purpose of this issue is to make sure that each of the examples in the example folder's code runs with the expected output (error free).

Approach

Run each section of code in each of the Jupyter notebooks in the examples folder.