Open Issues Need Help
View All on GitHub API Development • Language-Specific API Wrappers
Pythonic layer prevents access to `load` and `loadfile` about 1 month ago
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