Tim Diller 79c65b480a • Implemented particlecloud/utils.py:1.
Added:

  - generate_particles_from_csv(...) plus common aliases
  - CSV parsing via column names: m/mass, v1..v3, p1..p3
  - conversion of string nan to numpy.nan
  - particles_ascii_table(...)
  - display_particles(...)

  Verification:

  - python3 -m py_compile particlecloud/utils.py passed.
  - python3 -m unittest discover found 0 tests because tests/test_utils.py is not present.
  - Runtime smoke test could not run because local NumPy fails to import due to an architecture
2026-05-15 11:41:34 -05:00
2026-05-13 16:36:59 -05:00

Particle Cloud

A sample library created for students of Diller Digital's Software Engineering in the Age of AI class.

Class Date

15 June 2026

Students in Attendance

Description
No description provided
Readme 37 KiB
Languages
Python 100%