Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 941 Bytes

CONTRIBUTING.md

File metadata and controls

56 lines (39 loc) · 941 Bytes

CONTRIBUTING

Information for anyone who would like to contribute to this repository.

Repository map

├── .git
├── .github
│   └── workflows         # Github continuous integration set up
├── examples
│   ├── data
│   ├── example1outputs
│   ├── example2outputs
├── glmsingle             # Python implementation
│   ├── cod
│   ├── design
│   ├── gmm
│   ├── hrf
│   ├── ols
│   ├── ssq
│   └── utils
├── matlab                # Matlab implementation
│   ├── examples
│   ├── fracridge
│   └── utilities
└── tests                 # Python and Matlab tests
    └── data

Generic

Makefile

pre-commit

Matlab

Style guide

Tests

Demos

Continuous integration

Python

Style guide

Tests

Demos

Continuous integration