Closed Kyupii closed 7 months ago
n = np.array([[0, 4, 0, 0, 0, 0, 1], [0, 1, 0, 0, 1, 1, 0], [0, 2, 0, 1, 0, 1, 0], [0, 2, 0, 0, 2, 0, 0], [0, 0, 0, 0, 2, 0, 0]])
we expect WF's of:
964.72 0.0464 7.0226 3323.1 1.5385
running
props.greenhouse_emissions_est(n)
returns
WF: [ 9.647e+02 4.641e-02 7.023e+00 3.323e+03 1.536e+00]
woohoo! I'm starting to become convinced the other examples are just wrong though.
we expect WF's of:
964.72 0.0464 7.0226 3323.1 1.5385