mandli / intro-numerical-methods

Jupyter notebooks and other materials developed for the Columbia course APMA 4300
Creative Commons Attribution 4.0 International
278 stars 398 forks source link

01 python #71

Closed mspieg closed 4 years ago

mspieg commented 4 years ago

small modifications and additions to 01_python.ipynb notebook

mandli commented 4 years ago

Heh, yes it is.

You may want to also add the debugging comment from https://github.com/mandli/numerical-methods-pdes/blob/master/01_python.ipynb that has a pointer to a tutorial by @jhamrick s well.

mspieg commented 4 years ago

added the debugging section but I suspect this will break travis-CI (we'll see) Oh and my function is still stupid but at least the docstrings are numpy style compliant ;^)

mandli commented 4 years ago

I usually comment out those pieces until I use it in class. Otherwise there's no good way to that but still past the tests meaningfully.

mspieg commented 4 years ago

Okay, let me comment that out and push again.