-
Attempting to export the hybridized database to a Brightway project using the a method from the `pylcaio.Analysis` class:
```
Analysis.export_to_brightway2(
bw2_project_name = 'my_project',
…
-
## Submitter
Elias S. Azzi, part-time researcher at the Swedish University of Agricultural Sciences (SLU), Department of Energy & Technology; working with LCA & biochar systems. Individual participan…
-
I wanted to cite ConfigArgParse for some software that I intend to publish. Is the following bibtex acceptable?
@misc{weisburd_configargparse_2023,
title = {{ConfigArgParse}},
copyrig…
-
A ParameterizedBrightwayModel instance is useful for loading all parameter data for a given [group](https://2.docs.brightway.dev/technical/bw2data.html#parameters), and updating this data using presam…
-
## Bug Report
### Affected tool(s) or class(es)
PrintReads, and probably most other ROD-based tools
### Affected version(s)
GATK v4.1.0
### Description
I downloaded a .bam from SRA (htt…
-
In my scenrio I have values being set in the config file like:
`ignore = [errors]`
Starting my script with:
`htcanalyze --ignore recources`
will override the internal list `ignore = [recources…
-
Consider :
parser.add_argument('--a', action='append')
Following args in command line :
--a 1 --a 2
Would correctly give after parsing :
Namespace(a=['1','2'])
But the same args in a config …
-
**[Original report](https://bitbucket.org/cmutel/brightway2-io/issue/47) by Shubhankar Upasani (Bitbucket: [Shubh1995](https://bitbucket.org/Shubh1995), GitHub: [Shubh1995](https://github.com/Shubh199…
-
After running
```bash
rosrun picture_preprocessing TextConverter.py
rosrun local_task_planner trajectory_drawing
rostopic pub /run std_msgs/ String "data: ''"
```
TextConverter.py outputs `Start…
-
Hi,
first of all thanks for all the great work. Second this is a small issue and is related to the method used to order the contributions. If you disagree with what I feel about this then I would l…