Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: utf-8 -*-
chemreac.util.testing --------------------- Utility module for unit testing of chemreac library. """
print_function, unicode_literals)
""" Tests whether numerical solution is within error-bounds of reference solution. User provided callback "cb" needs to return a tuple of (yout, linCref, rd, info). """
scale_err=forgiveness)
""" Spatially averaged root mean square deviation versus time""" raise ValueError("Incompatible shapes: {}, {}".format( Cout.shape, Cref.shape)) |