Gregory Foster

Results 21 issues of Gregory Foster

Hello - I just noticed the handy [`parse.sh`](https://github.com/legis-graph/legis-graph/blob/master/parse.sh) script. I was going to make two suggestions: 1. Call the scripts using `python3` to avoid any potential conflicts 1. Also call...

Hello, after re-running the sync/parse/import process I noticed that Congressional district nodes are recreated on each import. Looking at the [`import.cypher`](https://github.com/legis-graph/legis-graph/blob/master/import.cypher#L125-L134) script, it looks like district nodes have a hard...

I ran into an issue with the [`import.cypher`](https://github.com/legis-graph/legis-graph/blob/master/import.cypher) script's usage of `LOAD CSV` commands. I'm going to document a few other local development environment issues I ran into getting there...

### Describe the Bug After a small training run, the program halted with the following error indicating a required library was missing. ### Expected Behavior Completion of training. ### Reproduction...

bug

### Describe the Bug `speakerbox` requires `datasets~=1.18` which in turn requires `numpy>=1.17`. The `datasets` `1.x` line hasn't been updated since mid-2022. `numpy` `v1.20` [deprecated use of aliases of built-in types](https://numpy.org/devdocs/release/1.24.0-notes.html#expired-deprecations)...

bug

### Describe the Bug The `apply()` function fails as a Hugging Face token is not supplied. The contained [`_diarize()` function calls](https://github.com/CouncilDataProject/speakerbox/blob/e9f1f4efd0199a5c0266873c345d11aa13d72ec8/speakerbox/main.py#L363): ```bash diarization_pipeline = Pipeline.from_pretrained("pyannote/speaker-diarization") ``` This results in an...

bug

### Describe the Bug When attempting an installation of the module, version 0.0.2 is installed by default. ### Expected Behavior PyPI has all of the versions, not sure why this...

bug

### Describe the Bug This may be related to CouncilDataProject/cookiecutter-cdp-deployment#146, all of which could be user error, but documenting as it was a little obscure. In the `deploy-infra.yml` workflow during...

bug