https://github.com/cyrraz/test-fourier-transform
A set of tests of the Fourier transform
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Repository
A set of tests of the Fourier transform
Basic Info
- Host: GitHub
- Owner: cyrraz
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Size: 62.5 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
test-fourier-transform
A set of tests of the Fourier transform.
Setting up a development environment
Nox
The fastest way to start with development is to use nox.
Nox is an automation tool that helps manage and run development tasks such as testing and linting.
It is especially useful for ensuring your code works across different Python versions and adheres to the project's quality standards.
Nox handles everything for you, including setting up a temporary virtual environment for each run.
To set up nox:
- If you don't have it already, install
pipxby following the instructions on their website. - Install
noxusingpipx:
console
pipx install nox
To use nox, simply run:
console
nox
This will lint and test the project using multiple Python versions.
You can also run specific nox sessions:
```console
List all the defined sessions
nox -l
Run the linter only
nox -s lint
Run the tests only
nox -s tests ```
Owner
- Name: Cyrille Praz
- Login: cyrraz
- Kind: user
- Location: Switzerland / Japan
- Website: www.cyrraz.com
- Repositories: 16
- Profile: https://github.com/cyrraz
PhD | Data Scientist | Experimental Physicist
GitHub Events
Total
- Delete event: 1
- Push event: 12
- Pull request event: 2
- Create event: 3
Last Year
- Delete event: 1
- Push event: 12
- Pull request event: 2
- Create event: 3
Dependencies
- numpy >=2.2.4
- scipy >=1.15.2