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))