PlasmaPy / PlasmaPy-Tutorials

Tutorials on how to use and develop PlasmaPy and for Python use in plasma physics
Other
14 stars 12 forks source link

Tutorial example for cold plasma dielectric tensor elements #16

Open jhillairet opened 5 years ago

jhillairet commented 5 years ago
StanczakDominik commented 5 years ago

I'll push a few of those technical changes in a minute...

jhillairet commented 5 years ago

A question (I didn't follow all the discussions on the mailing list or github) : is there a better way to deal with units than importing astropy.units ?

StanczakDominik commented 5 years ago

Nope, I don't think there is one - you either make the units explicit or get warnings on assuming default ones (at least I think that's how we currently want to have it work).