Ryan Soklaski

Results 95 comments of Ryan Soklaski

Actually, this might be more appropriate for Hydra, since it involves instantiation. If so, I will be happy to move it.

Yup! That sure looks like it!

An attempt to clean up OP's code-snippet. ```python def extract_random_LAF(data, max_rot = math.pi, max_tilt = 1.0, crop_size = 32): st = int((data.size(2) - crop_size)/2) fin = st + crop_size if...

I would be open to accepting this change, although it strikes me as a bit odd that the parsers you mention are sensitive to this extra, leading white space. It...

That would be great! I think I identified a slightly simpler solution for building/hosting the docs via GitHub Actions instead using readthedocs; see this example repo for reference: https://github.com/rsokl/Dummy_Repo But...

The changes would be made to the custom-inherit repo; the dummy repo is simply meant to serve as a template to show how to organize a python repo that can...

Thanks for bringing this to my attention. It does [look like](https://en.wikipedia.org/wiki/Camel_case) `camelCase` and `CamelCase` are both valid. I'll update this section to use the term `CapWords` instead,

Awesome! I'll give this a proofread. I need to update PLYMI to the latest jupytext to get to markdown version 1.3 (i.e. to catch up to your notebook) before I'll...

@edkek @Zac-HD @petarmhg thanks so much for the great edits and feedback! My plans for the upcoming sections are: - Introduction to Hypothesis - Describing data with strategies - Shrinking...

@davidmascharka thanks so much for the careful readthrough that you did - you caught many crucial flubs on my part! Let me know what you think once you have given...