Skip to content

Commit

Permalink
Removed errant parameter from function call
Browse files Browse the repository at this point in the history
`flux` is no longer needed as a parameter in `inferpymc_postprocess` due
to changes recently added by Alice.
  • Loading branch information
brendan-m-murphy committed Jan 29, 2024
1 parent 23b8dae commit c46dbe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openghg_inversions/hbmcmc/hbmcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ def fixedbasisMCMC(
basis_directory=basis_dir,
country_file=country_file,
add_offset=add_offset,
flux=list(fp_all[".flux"].values())[0],
)
elif use_tracer == True:
raise ValueError("Model does not currently include tracer model. Watch this space")
Expand Down

0 comments on commit c46dbe3

Please sign in to comment.