dccm.enma() does not pass arguments to dccm.nma()

Issue #229 resolved
Xinqiu Yao created an issue

By documentation dccm.enma() should pass arguments to dccm.nma() via the '...' mechanism. However, there is no difference between calling dccm.enma(modes) and dccm.enma(modes, nmodes=10), indicating that the argument 'nmodes' is not passed to downstream function.

Comments (4)

  1. Log in to comment