Chris Mutel
Chris Mutel
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
### Updating AB - [X] Yes, I have [updated AB](https://github.com/LCA-ActivityBrowser/activity-browser#updating-the-ab) and still experience this issue ### What happened? * Monte Carlo loads a [calculation setup](https://github.com/LCA-ActivityBrowser/activity-browser/blob/master/activity_browser/bwutils/montecarlo.py#L23) * It sets `func-units` to...
There is no need to raise an error for python 2.7. All tests pass: ``` cmutel⚛pyDSM ➔ nosetests-2.7 ........./Users/cmutel/Source/pyDSM/pydsm/pyDSM.py:262: FutureWarning: comparison to `None` will result in an elementwise object comparison...
Documentation needs to be reworked and improved. A more decoupled organization of the Brightway 3 libraries should also make (new) contributions easier. Specific tasks: - [x] F1 [Develop new Sphinx...
F4 Develop, document, and test contribution guidelines and coding styles, and apply to all libraries
Coding styles are more or less taken care of: * Specify types * Generate API documentation with [autodoc](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html) and [napoleon](https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html) * Code formatting with [Black](https://github.com/psf/black) and [Prettier](https://prettier.io/)
[Diátaxis](https://diataxis.fr/)
- [x] Use [the cookiecutter template with cruft](https://github.com/brightway-lca/cookiecutter-brightwaylib/) - [x] remove azure pipelines for CI - [x] Use github actions for testing - [x] Use github actions for publishing in...