Simon Biggs
Simon Biggs
Also, here is the location where I am patching the Streamlit server: https://github.com/pymedphys/pymedphys/blob/e1bb2b6f34d00d42b2c8b8be307e377927ab97ee/lib/pymedphys/_streamlit/server/patches.py#L65-L85 We could inject the authentication into there...
@pchlap let me know if you'd be interested in giving this implementation approach a go. To test things, Ubuntu can run an OpenLDAP server: https://ubuntu.com/server/docs/service-ldap That way, the application doesn't...
Yeah, that tps_compare file is within `examples/drafts`. I expect we should potentially merge the concept of "how-tos" and "examples", and then have it so that the how-tos within the docs...
Hi @nlambriICH, That would be brilliant :). An imperfect measure of what PyMedPhys is being most used for is how it is cited within the literature: https://scholar.google.com.au/scholar?q=pymedphys Using that to...
Yup, sounds good :). To help write it the following section on "the language of tutorials" can help act as a bit of an initial template: https://diataxis.fr/tutorials/#the-language-of-tutorials
Hi @nlambriICH, There is a new PyMedPhys user who is keen to get their feet wet with PyMedPhys: https://pymedphys.discourse.group/t/learning-python-in-prep-for-grad-school/215/4 Potentially they might be a great test participant of the tutorial?...
Hi @Matthew-Jennings, Here is another user who would be interested in writing up tutorials. Might you be interested in spearheading getting these tutorials written with this group of people Matt?
> I think I'll submit a pull request in a short time when I think the tutorial is ready for review! Feel free to submit the PR as soon as...
Hi @IlvaHou55, > It already took one entire day to calculate the gamma index now, imagine when the number of points is eight times as large. Thanks for reaching out...
Avoid defining classes, aim to build pure functions as opposed to objects that carry state with methods that contain side-effects. > This and other issues led to the idea that...