Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Oct 30, 2023
2 parents c5721f7 + 897329d commit 6e60677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brightway2-calc
Submodule brightway2-calc updated 46 files
+40 −0 .github/workflows/python-package-deploy.yml
+62 −0 .github/workflows/python-test.yml
+53 −0 .pre-commit-config.yaml
+13 −1 CHANGES.md
+1 −1 LICENSE
+0 −1 MANIFEST.in
+24 −0 README.md
+0 −24 README.rst
+0 −142 azure-pipelines.yml
+7 −36 bw2calc/__init__.py
+2 −12 bw2calc/dense_lca.py
+11 −2 bw2calc/errors.py
+0 −565 bw2calc/graph_traversal.py
+31 −0 bw2calc/grid.py
+39 −0 bw2calc/iterative_lca.py
+176 −346 bw2calc/lca.py
+346 −0 bw2calc/lca_base.py
+3 −4 bw2calc/least_squares.py
+2 −1 bw2calc/log_utils.py
+190 −0 bw2calc/method_config.py
+0 −221 bw2calc/monte_carlo.py
+381 −69 bw2calc/multi_lca.py
+14 −6 bw2calc/single_value_diagonal_matrix.py
+4 −4 bw2calc/utils.py
+0 −1 bw2calc/version.py
+104 −0 pyproject.toml
+0 −3 pytest.ini
+0 −5 requirements-test.txt
+0 −7 requirements.txt
+0 −45 setup.py
+2 −1 tests/compatibility.py
+3 −4 tests/dict_man.py
+49 −25 tests/fixtures/create_fixtures.py
+ tests/fixtures/empty_characterization.zip
+ tests/fixtures/missing_characterization.zip
+3 −2 tests/fixtures/presamples_basic.py
+5 −9 tests/fixtures/single-matrix/generate_fixture.py
+68 −21 tests/lca.py
+0 −340 tests/multifunctional_graph_traversal.py
+0 −275 tests/presamples.py
+0 −17 tests/single_matrix.py
+6 −4 tests/svdm.py
+59 −0 tests/test_2d_grid.py
+196 −0 tests/test_method_config.py
+242 −196 tests/to_dataframe.py
+8 −11 tests/utils.py
2 changes: 1 addition & 1 deletion brightway2-io

0 comments on commit 6e60677

Please sign in to comment.