Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: save sound composer project #248

Merged
merged 25 commits into from
Mar 13, 2025
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
841f80d
Storing and managing frf in Filter class
ansaminard Mar 7, 2025
8af4403
fix input condition + added dependency in toml
ansaminard Mar 7, 2025
89bcc96
Updated Filter test class
ansaminard Mar 7, 2025
ec85f6e
Save implemented and tested
ansaminard Mar 10, 2025
2d88a5d
chore: adding changelog file 248.added.md [dependabot-skip]
pyansys-ci-bot Mar 10, 2025
82ac3a0
A few doc improvements
ansaminard Mar 10, 2025
6359885
minor error message change
ansaminard Mar 10, 2025
cac4105
add warnings in case of empty projects
ansaminard Mar 10, 2025
f4dc2bc
Minor warning message fix
ansaminard Mar 11, 2025
8acf1f9
Store displayed string as a property
ansaminard Mar 11, 2025
7d1d08e
Updated tests accordingly
ansaminard Mar 11, 2025
570a9fd
typo
ansaminard Mar 11, 2025
2642e41
fix description test
ansaminard Mar 11, 2025
01c2162
docstring fix
ansaminard Mar 11, 2025
ea92ffa
comment fix
ansaminard Mar 11, 2025
74dadcf
Fixed plot_FRF considering FRF is stored in dB + added info in docstring
ansaminard Mar 11, 2025
6f00674
remove path existence test as it cannot work in the docker
ansaminard Mar 11, 2025
89a1907
Merge branch 'main' into feat/sound-composer-save
ansaminard Mar 12, 2025
3b4e6d4
Merge branch 'main' into feat/sound-composer-save
a-bouth Mar 12, 2025
085eefd
typo
ansaminard Mar 12, 2025
2656183
Re added a fixed test of saved project file existence
ansaminard Mar 12, 2025
0328b43
added saved project's content tests
ansaminard Mar 13, 2025
0f034a0
fixed save content test + removed file existence test as it is redund…
ansaminard Mar 13, 2025
c527024
Slightly modified filter source test
ansaminard Mar 13, 2025
6c31804
typo in variable name
ansaminard Mar 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docstring fix
ansaminard committed Mar 11, 2025
commit 01c21620e190c4fadf6b30ef3d7aeabc548389df
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ def description(self) -> str:
track's source control tab.
.. note::
The description is reset every time the :attr:`control` property is modified.
The description is reset every time the attribute :attr:`control` is modified.
"""
return self.__description