You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed your library on my local machine and ran the test case listed in the main README.md file. All of my results matched the reference file (env_processed.nc), except the CH4 calculation and the merged ACCF results.
The following values are the maximum error between my computed values and the reference values (np.nanmax(abs(np.array(ds[key])-np.array(ds_ref[key])))).
I installed your library on my local machine and ran the test case listed in the main
README.md
file. All of my results matched the reference file (env_processed.nc
), except the CH4 calculation and the merged ACCF results.The following values are the maximum error between my computed values and the reference values (
np.nanmax(abs(np.array(ds[key])-np.array(ds_ref[key])))
).Can you please advise if this is an issue with the installation on my local machine or a problem with your library?
The text was updated successfully, but these errors were encountered: