ChristopherMayes / openPMD-beamphysics

Tools for analyzing and viewing particle data in the openPMD standard, extension beamphysics.
https://christophermayes.github.io/openPMD-beamphysics/
Apache License 2.0
17 stars 15 forks source link

Fix nice array for single element list-like #87

Closed ChristopherMayes closed 1 week ago

ChristopherMayes commented 1 week ago

Previously nice_array([1]) would fail. This fixes that.