openghg / openghg_inversions

University of Bristol Atmospheric Chemistry Research Group RHIME Inversion code (with openghg dependency)
MIT License
5 stars 0 forks source link

move basis function code into basis module #162

Closed qq23840 closed 2 months ago

qq23840 commented 3 months ago

Moved basis-related functions from utils.py to basis._functions.py and modified imports as required. These are basis, basis_boundary_conditions, timeseries_HiTRes, fp_sensitivity, fp_sensitivity_single_site_basis_func and bc_sensitivity

Also made a slight change in the way the TensorVariable type was imported in inversion_pymc.py, as it was causing tests to fail.