1 Open Issue Need Help Last updated: Aug 5, 2025

Open Issues Need Help

View All on GitHub
API Development Language-Specific API Wrappers

AI Summary: The task is to improve the PyMAD-NG Python interface to allow access to the MAD-NG `load` and `loadfile` functions. This can be achieved either by renaming the conflicting functions in PyMAD-NG or extending the existing PyMAD-NG functions to replicate the MAD-NG functionality while retaining their current behavior. A workaround using `mad.send()` currently exists.

Complexity: 4/5
enhancement good first issue

Python interface to MAD-NG running as subprocess

Python