← Back to context

Comment by jabo

14 years ago

I don't understand a wee bit of that, so Go Computer Science! :)

He's unit-testing Germanium.resistivity(intensity, temperature) like so:

    fixed_i = lambda t: Germanium.resistivity(42, t)
    for t in range(100, 350, step=10):
        assertEqual(fixed_I(t), k*math.expr(t/tref))

Unfortunately fixed_i returns results akin to /dev/urandom because of broken hardware.