Package specific_analyses :: Package relax_fit :: Module checks
[hide private]
[frames] | no frames]

Module checks

source code

Module of functions for checking different aspects of the relaxation curve-fitting setup.

Functions [hide private]
None or RelaxError instance
check_model_setup_func()
Check that the model has been correctly set up.
source code
Variables [hide private]
  check_model_setup = <lib.checks.Check instance at 0x7f33df8555f0>
  __package__ = 'specific_analyses.relax_fit'

Imports: Check, RelaxError, spin_loop


Function Details [hide private]

check_model_setup_func()

source code 

Check that the model has been correctly set up.

Returns: None or RelaxError instance
The initialised RelaxError object or nothing.