-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions Submodule Updater
committed
Sep 5, 2024
1 parent
8347819
commit 6910b28
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule brightway2-data
updated
30 files
+16 −16 | bw2data/__init__.py | |
+7 −7 | bw2data/backends/__init__.py | |
+14 −14 | bw2data/backends/base.py | |
+1 −1 | bw2data/backends/iotable/__init__.py | |
+6 −8 | bw2data/backends/iotable/backend.py | |
+5 −5 | bw2data/backends/iotable/proxies.py | |
+15 −15 | bw2data/backends/proxies.py | |
+2 −2 | bw2data/backends/schema.py | |
+2 −2 | bw2data/backends/typos.py | |
+7 −7 | bw2data/backends/utils.py | |
+3 −3 | bw2data/backends/wurst_extraction.py | |
+4 −4 | bw2data/compat.py | |
+3 −3 | bw2data/data_store.py | |
+3 −3 | bw2data/database.py | |
+1 −1 | bw2data/ia_data_store.py | |
+2 −2 | bw2data/logs.py | |
+3 −3 | bw2data/meta.py | |
+6 −6 | bw2data/method.py | |
+3 −3 | bw2data/parameters.py | |
+8 −8 | bw2data/project.py | |
+3 −3 | bw2data/proxies.py | |
+2 −2 | bw2data/search/__init__.py | |
+2 −2 | bw2data/search/indices.py | |
+5 −5 | bw2data/search/search.py | |
+4 −4 | bw2data/serialization.py | |
+3 −3 | bw2data/subclass_mapping.py | |
+3 −3 | bw2data/tests.py | |
+2 −2 | bw2data/updates.py | |
+16 −32 | bw2data/utils.py | |
+5 −5 | bw2data/weighting_normalization.py |