Skip to content

Instantly share code, notes, and snippets.

@moble
moble / AA_README.md
Last active August 29, 2015 14:15
Comparison between my Anova circulator's reading and my Thermapen
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#! /usr/bin/env python
"""Add a line to docstring in front of code samples if necessary
The SymPy documentation automatically converts code samples in docstrings to
blocks that can be run in SymPy Live. But many of the docstrings throughout
the project follow text, which means that these code samples are not
recognized. So not only can they not be run in SymPy Live, but they are
converted to `<p>` paragraphs, which means that the formatting is not
preserved, and it's all run together on line.
Traceback (most recent call last):
File "/home/me/.continuum/anaconda/envs/numba21/lib/python3.4/site-packages/llvmlite/ir/instructions.py", line 471, in __init__
typ = typ.elements[i]
AttributeError: 'DoubleType' object has no attribute 'elements'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/me/.continuum/anaconda/envs/numba21/lib/python3.4/site-packages/numba/lowering.py", line 196, in lower_block
self.lower_inst(inst)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
"""
Example showing buggy behavior in matplotlib's z-ordering for 3D objects
This example draws a sphere of radius 0.9, and a ring around it at radius 1.0. The ring should therefore be completely
outside of the sphere, and when viewed from above should be completely visible. However, depending on the elevation of the
viewpoint, the ring becomes hidden. In particular, the default elevation shows this problem. However, any elevation of
48.02450 and above seems to work just fine, but anything below that doesn't work.
"""
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.