https://github.com/cvnlab/GLMsingle
Revision 1f0dade4c02d26515bb21348cb07aa9b4744fa87 authored by Jan Kurzawski on 01 November 2022, 16:46:14 UTC, committed by Jan Kurzawski on 01 November 2022, 16:46:14 UTC
1 parent fcc2449
Raw File
Tip revision: 1f0dade4c02d26515bb21348cb07aa9b4744fa87 authored by Jan Kurzawski on 01 November 2022, 16:46:14 UTC
fixing example 2
Tip revision: 1f0dade
CONTRIBUTING.md
# CONTRIBUTING

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

## Repository map

```bash
├── .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
back to top