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

Add readme and documentation examples to testing. #9

Open
jankoslavic opened this issue Jun 22, 2022 · 1 comment
Open

Add readme and documentation examples to testing. #9

jankoslavic opened this issue Jun 22, 2022 · 1 comment

Comments

@jankoslavic
Copy link
Contributor

This should be done to prevent example breaking at upgrades

@ParNaderi
Copy link

Thanks for updates. So far I checked the following for Spectral data and they work fine.
input = 'GUI' - PSD is provided by user via GUI (graphically and tabulary)
input = (PSD, freq) - tuple of PSD and frequency vector is provided.
input = (x, dt) - tuple of time history and sampling period is provided.

I tried to check  "test_basic.py" getting the error of not finding folder "data". You might want to address correctly to folder "data". I copied "data" folder inside folder "tests" and it worked fine.

One last comment, in GUI, the default upper x and y axis values are very high. If a user inputs low psd at low frequency, it is hard to be visualized in the graph. You might want to give user to adjust the axis upper value. 

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

No branches or pull requests

2 participants