Check a dic, data pair against a second dic, data pair for differences.
dic1 : dict
First dictionary of NMR parameters.
data1 : ndarray
First array of NMR data
dic2 : dict
Second dictionary of NMR parameters
data2 : ndarray
Second array of NMR data
verb : bool, optional
Set True for verbose reporting.
atol : float, optional
The absolute tolerent parameter to pass to numpy.allclose.
rtol : float, optional
The relative tolenance parameter to pass to numpy.allclose.
r1 : bool
True is data1 and data2 are similar, False if they differ.
r2 : bool
True is dic1 and dic2 are similar, False if they differ.
nmrglue.util.misc.isitemsimilar
nmrglue.util.misc.isdatasimilar
Enter search terms or a module, class or function name.