Nick Murphy
Nick Murphy
...should also update the comment around line 530 in `test_particle_class.py`.
One thought in relation to #1174...we should have an error for operations like ```Python positron + electron > Photon() ``` This is because two photons need to be released for...
Here are some of my thoughts on what the `Photon` class should entail. - `Photon` should most likely be subclassed from `plasmapy.particles.particle_class.AbstractParticle`. - There should be one input parameter, which...
Yes, please feel free to work on this! I think `particle_class.py` is a good place to put it for now. We will want to enable `Photon` to accept a `Quantity`...
Oh good...only 224 tests failed! This one is gonna be some work 😅
@rocco8773 mentioned that there's a [hide code cells](https://myst-nb.readthedocs.io/en/latest/use/hiding.html#hide-cell-contents) feature for this too, which could be used (for example) for long cells that plot stuff.
Labeling this as "on hold" right now since MyST-NB is still in beta, though there has been some pretty active development there lately. I'm hoping we can revisit this within...
> Question: should the docstring then contain some information about what validation is applied to the arguments? How does someone know the input is being validated without looking at the...
Some of the work towards this was done while I was putting together the [PyHC tutorial for PlasmaPy](https://github.com/heliophysicsPy/summer-school/blob/8e084b3c335d0d2f0746b24c327de2b481abd167/plasmapy-tutorial/plasmapy-tutorial-instructor.ipynb). Also it's now looking at ACE observations instead of Ulysses since I...
> SunPy's downloader checks several mirrors for the given filenames, so we could potentially have several sources to pull from. Oh good idea! Having mirrors is something we ought to...