\(\newcommand{L}[1]{\| #1 \|}\newcommand{VL}[1]{\L{ \vec{#1} }}\newcommand{R}[1]{\operatorname{Re}\,(#1)}\newcommand{I}[1]{\operatorname{Im}\, (#1)}\)
Git workflow exercises¶
spm_funcs exercise¶
- Fork the repository at https://github.com/psych-214-fall-2016/outlier-utils;
- Clone your fork;
- Make a new branch to work on;
- Solve the
code/spm_funcs.py
exercise; - Commit;
- Push;
- Make a pull request back to https://github.com/psych-214-fall-2016/outlier-utils.
detector exercise¶
- Make a new branch to work on;
- Solve the
code/detectors.py
exercise; - Commit;
- Push;
- Make a pull request back to https://github.com/psych-214-fall-2016/outlier-utils.