Skip to content

Conversation

@prisae
Copy link
Member

@prisae prisae commented Jan 21, 2026

Since v1.10.5, one can provide depth also in decreasing order. Internally, all parameters are reversed then (see also Coordinate System). However, user-provided func_eta and func_zeta were not swapped, so far the user would have to take care of this (and hence define them differently to the rest, which is a bug really).

This PR

  • Swaps all parameters if required in a provided res-dict.
  • Prints all parameters from a provided res-dict (were not printed so far).
  • Makes a deep copy of the provided res-dict, to ensure nothing is changed in place.

Missing

  • Tests
  • Better documentation
  • Check gallery

@coveralls
Copy link

coveralls commented Jan 21, 2026

Pull Request Test Coverage Report for Build 21220027039

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.001%) to 99.305%

Totals Coverage Status
Change from base Build 21100199722: 0.001%
Covered Lines: 3144
Relevant Lines: 3166

💛 - Coveralls

@prisae prisae merged commit c471fd7 into main Jan 21, 2026
14 checks passed
@prisae prisae deleted the etazeta branch January 21, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants