https://github.com/cyrraz/test-fourier-transform

A set of tests of the Fourier transform

https://github.com/cyrraz/test-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
Last synced: 10 months ago · JSON representation

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
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Authors

README.md

test-fourier-transform

A set of tests of the Fourier transform.

GitHub Actions Status: CI

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:

  1. If you don't have it already, install pipx by following the instructions on their website.
  2. Install nox using pipx:

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

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

pyproject.toml pypi
  • numpy >=2.2.4
  • scipy >=1.15.2