This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathCODEOWNERS
50 lines (41 loc) · 1.51 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Code owners for GWIn
#
# This file lists the 'owner' of each file in the repo
# The owner is automatically requested for review whenever a PR is opened
# that modifies a matching file reference
# build files
/.codeclimate.yml @duncanmmacleod
/.gitignore @duncanmmacleod
/.travis.yml @duncanmmacleod
/requirements.txt @duncanmmacleod
/setup.py @duncanmmacleod
/setup.cfg @duncanmmacleod
/CONTRIBUTING.md @duncanmmacleod
/LICENSE @duncanmmacleod
/MANIFEST.in @duncanmmacleod
/README.rst @duncanmmacleod
# github files
/.github/ @duncanmmacleod
# tests
/test/ @duncanmmacleod
# -- modules ------------------------------------
/gwin/ @cdcapano
/gwin/gelman_rubin.py @cmbiwer
/gwin/workflow.py @cmbiwer
/gwin/io/hdf.py @cmbiwer
/gwin/io/txt.py @cmbiwer
/gwin/sampler/ @cmbiwer
/gwin/sampler/mcmc.py @vivienr
# -- scripts ------------------------------------
/bin/ @cdcapano
/bin/gwin @cmbiwer
/bin/gwin_make_inj_workflow @cmbiwer
/bin/gwin_make_workflow @cmbiwer
/bin/gwin_plot_acceptance_rate @cmbiwer
/bin/gwin_plot_acf @cmbiwer
/bin/gwin_plot_acl @cmbiwer
/bin/gwin_plot_gelman_rubin @cmbiwer
/bin/gwin_plot_geweke @cmbiwer
/bin/gwin_plot_prior @cmbiwer
/bin/gwin_plot_samples @cmbiwer
/bin/gwin_table_summary @cmbiwer