Steven Murray

Results 95 comments of Steven Murray

That certainly sounds like something we could add! Unfortunately my time is very limited at the moment -- do you think you could make a PR? I could review it...

Keyword passing implemented in #16

Hey @telegraphic -- no I didn't find a solution. It's been a while and I can't remember the details, so I'm not sure there's more I can say about it...

Happy to help with any possible integration!

Interesting. My actual line is ```python logger.info(f"Simulating Frequency {i+1}/{len(data_model.freqs)}") ``` but I can't see anything much different in this than the one in the test. In case it matters, my...

Hmmm. So I am ignoring G004 because of this issue: #32. I don't think `f"Simulating Frequency {i+1}/{len(data_model.freqs)}"` is concatenating anything, it's just string interpolation. And the "+" is certainly not...

I think I understand the motivation for doing so, but I don't feel that it should be considered bad style to use non-static message values in logging statement, especially given...

## Review checklist for @steven-murray ### Conflict of interest - [x] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/master/COI.md) and that: I have no COIs...

Hi @sarahstangl-lanl, I've tried a first-pass through the checklist, and I have left a couple of issues on the repo (see above). I can't move forward without at least issue...

@sarahstangl-lanl I was referring to https://github.com/lanl/nuDustC/issues/3 on your repo. Thanks for the PDF!