Sean Aubin

Results 51 issues of Sean Aubin

Added datasets and results for: - Video Emotion Dataset - Ekman Emotion Dataset - NTU RGB-D

I'll make a pull request for this later and I'll check that the other pull requests don't already fix this, but I just wanted to write it down now. No...

As discussed in #1699, currently 1.9.6 has Python wheels whereas 1.9.7 only provides the source as `.tar.gz` which is then compiled. Is the release process for `mdtraj` documented anywhere? Can...

wontfix

I have created a repo to demonstrate this error: https://github.com/Seanny123/coala-fail Expected Behaviour ---------------------------- `coala -f=cfail/check.py` would only run bears on the file `check.py`. Actual Behaviour ------------------------ In `.coala`, the rule...

An example implementing a Parisien transform in Nengo should be created (and included in utils?), as discussed in the meeting today. According to Chris, it's used to go from a...

feature request

As discussed during Aaron's presentation, parameters for the neurons, such as `tau_rc`, and `tau_ref` in the LIF case, as well as `tau_n` and `inc_n` in the AdaptiveLIF case, should be...

feature request

Here is a list of the issues I found in the docs by trawling through them during my SYDE750 project and while updating the `nengo.ca` website. The terminations and origins...

bug
low hanging fruit
document this
SPA

I propose imitating @drasmuss docstring standard for defining networks as seen in his HRL code. This is somewhat related to #231 _The standard is as follows:_ - List parameters as...

work in progress
document this

We use Grandalf in our project of Nengo GUI and one of the things we're starting to check for is PEP8 compliance. It would be cool if Grandalf would obey...

Given the newest version of MDAnalysis support Python 3.6+, is it reasonable to replace `lib.util.which` with [`shutil.which`](https://docs.python.org/3/library/shutil.html)? They seems to have identical intended uses and functionality. Using the standard library...

refactoring
Component-lib
deprecation