Marc van der Meide
Marc van der Meide
Update: Received from colleague: > I just tested bw2/25 with ab and ei3.10. > All working except ab with bw25 ei310. > Maybe it's because of the db specific biosphere...
Happy this was resolved, I'll close this for now.
> Similar issues observed on AB and on brightway2 itself @cmutel, any thoughts?
@romainsacchi thanks for answering! I will close this for now. If there are more questions regarding MC results, I suggest we open a new issue on [brightway-lca/brightway2-calc](https://github.com/brightway-lca/brightway2-calc).
Closing as resolved in #1280
I'll close this for now, feel free to re-open this if it's not solved or open a new issue for other problems.
@mrvisscher I think everything works as intended, but I have one weird issue: I needed to update `MetaDataStore` for duplication explicitly (https://github.com/LCA-ActivityBrowser/activity-browser/pull/1047/commits/3c804a40d2ca9a74458c9ec8a9695fc4e73482ba), which was added to the `Action` instead of...
Another deprecation warning I saw in error log from a user: ```python -- 0.10608720779418945 C:\Users\*\miniconda3\envs\ab\lib\site-packages\pandas\core\algorithms.py:1409: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays...
Yet another: ```python Updating activity in metadata: 'A2' (unit, GLO, None)('wood - BAU', '062d583ae68846fa97bb630e83575ee1') C:\Users\meidemtvander\.conda\envs\abd\Lib\site-packages\activity_browser\ui\tables\models\inventory.py:118: FutureWarning: Downcasting behavior in `replace` is deprecated and will be removed in a future version....
edit: resolved with pandas `2.2.1` ___ Also: `pandas=2.2.0` breaks the sorting we rely on in results. For now pandas is pinned `2.2.0` - If persists, write a fix - If...