Skip to content

Commit

Permalink
Remove unused off_outs argument in hbmcmc.inversion.pymc.inferpymc_po…
Browse files Browse the repository at this point in the history
…stprocessouts
  • Loading branch information
bq24992 committed Jul 5, 2024
1 parent 771eb9c commit 41ffd20
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openghg_inversions/hbmcmc/inversion_pymc.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ def inferpymc(Hx: np.ndarray,
def inferpymc_postprocessouts(
xouts: np.ndarray,
sigouts: np.ndarray,
offset_outs: np.ndarray,
convergence: str,
Hx: np.ndarray,
Y: np.ndarray,
Expand Down Expand Up @@ -450,8 +449,6 @@ def inferpymc_postprocessouts(
MCMC chain for emissions scaling factors for each basis function.
sigouts:
MCMC chain for model error.
offset_outs:
XXXX
convergence:
Passed/Failed convergence test as to whether mutliple chains
have a Gelman-Rubin diagnostic value <1.05
Expand Down Expand Up @@ -570,13 +567,10 @@ def inferpymc_postprocessouts(
nbc = Hbc.shape[0]
nBC = np.arange(nbc)

noff = offset_outs.shape[0]

nui = np.arange(2)
steps = np.arange(nit)
nmeasure = np.arange(ny)
nparam = np.arange(nx)
nOFF = np.arange(noff)
# YBCtrace = np.dot(Hbc.T,bcouts.T)

# OFFSET HYPERPARAMETER
Expand Down

0 comments on commit 41ffd20

Please sign in to comment.