David Nicholson

Results 363 issues of David Nicholson

### Describe the bug Hi kornia devs, Just giving you a heads up that one of your tests will fail if/when you change your dev requirements to use "pytest >=...

help wanted

Currently block.vgg_fc has a `filters` argument but the calls to set up the layers are set to a constant 4096 ```Python def vgg_fc(filters, weight_decay=0., block_name='block5'): ... def f(x): fc6 =...

Hi, thanks all so much for all the work developing citation.cff and the tooling around it. I have adopted it in projects wherever possible. My question is: does metadata in...

enhancement
help wanted
integrations

### Describe the bug Hi, thanks so much for MyST-NB, I am very happy I can include .md notebooks in my build, and switch over from `nbsphinx` fairly painlessly. I...

bug

as suggested at community call today posts that I can find: * https://us-rse.org/2022-08-04-local-regional-working-group/ * https://us-rse.org/2022-08-01-education-training/ * https://us-rse.org/2022-07-01-candidate-guidance/ * https://us-rse.org/2022-06-22-community-meeting-financial-group-blog-report/ * https://us-rse.org/2022-06-04-info-interview-form-rse-group/ @bjoyce3 care to add maybe a to-do list for...

Currently when we add posts to `_events`, we need to leave out a date from the title to get them to render immediately. See comment from @lparsons here: https://github.com/USRSE/usrse.github.io/pull/911#pullrequestreview-1101293174 >...

discussion-needed
content

In #833 @jdamerow and @christophernhill added a repeating event, fixing the calendar so we have community calls alternate Thursdays and Fridays This works as intended but @cmaimone @exoticDFT noticed that...

design
discussion-needed

seems like it might be convenient / cleaner to represent a LabelMap as a class, basically a `dict` with extra methods A couple methods would be `to_json`, `from_json_path` Could also...

ENH: enhancement

**Describe the bug** We pass the whole dataset in when we fit the standardizer. https://github.com/vocalpy/vak/blob/7ba22612d876f0a74fed4d930be77a1edf2f6900/src/vak/core/train.py#L251 ```python spect_standardizer = transforms.StandardizeSpect.fit_df( dataset_df, spect_key=spect_key ) ``` Not a bug that causes a crash...

BUG