Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1000 Bytes

File metadata and controls

40 lines (26 loc) · 1000 Bytes

ezmsg-simbiophys

ezmsg namespace package for simulating biophysical signals such as ECG, EEG, and intracranial recordings.

Installation

Install from PyPI:

pip install ezmsg-simbiophys

Or install the latest development version:

pip install git+https://github.com/ezmsg-org/ezmsg-simbiophys@dev

Dependencies

  • ezmsg
  • ezmsg-baseproc
  • ezmsg-sigproc
  • numpy

Development

We use uv for development.

  1. Install uv if not already installed.
  2. Fork this repository and clone your fork locally.
  3. Open a terminal and cd to the cloned folder.
  4. Run uv sync to create a .venv and install dependencies.
  5. (Optional) Install pre-commit hooks: uv run pre-commit install
  6. After making changes, run the test suite: uv run pytest tests

License

MIT License - see LICENSE for details.