Anne Heimes

Results 38 issues of Anne Heimes

- add the checks for the docsstring, see ``pyproject.toml`` - full list can be found here: https://docs.astral.sh/ruff/rules/#pydocstyle-d I have added this rules because accoring to my understanding they should be...

ci
code-style
v0.7.1

- add support of pytest preps - list can be find here https://docs.astral.sh/ruff/rules/#flake8-pytest-style-pt - i ignored some, please see lint.ignore

v0.7.0
cookiecutter

- add line length limit as we had before - remove ruff warnings - replace ``ruff pyfar tests`` by ``ruff check`` as suggested by ruff. in ``pyproject.toml`` we define which...

ci
cookiecutter

correct typo from #586

cookiecutter

## Description - [x] Move overview of coordinate systems and table from concepts to pyfar class documentation. https://github.com/pyfar/gallery/pull/6 - [x] ...

### Which issue(s) are closed by this pull request? Closes #206 ### Changes proposed in this pull request: - Implement a reader function for *.ita files created using the [ITA-Toolbox](www.ita-toolbox.org)...

### Which issue(s) are closed by this pull request? Closes #428

## Description It seems to have sth to do with the conversion to cartesian coordinates. For some reason we don't jump into the setter method. Not sure if we can...

### Which issue(s) are closed by this pull request? Closes #469 ### Changes proposed in this pull request: - add concatenate_bins which Merge multiple FrequencyData objects along the frequency axe....

audio

add `merge_data` for FrequencyData and TimeData. concatenate and sort in freq or time domain.