Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-m-murphy committed Jan 8, 2024
1 parent 61473b4 commit 74c5cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openghg_inversions/hbmcmc/hbmcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def fixedbasisMCMC(
country_file=country_file,
add_offset=add_offset,
flux=list(fp_all[".flux"].values())[0],
site_nums=list(site_nums.values()),
site_nums=[site_nums[site] for site in sites],
)
elif use_tracer == True:
raise ValueError("Model does not currently include tracer model. Watch this space")
Expand Down

0 comments on commit 74c5cca

Please sign in to comment.