Frank Cwitkowitz

Results 3 issues of Frank Cwitkowitz

Fixes and doc changes for some of the problems I ran into while setting up the dataset.

I've stumbled across a weird issue that occurs if I simply change `Experiment('hello_config')` to `Experiment('hello_config.')` in the following example (from the [quickstart guide](https://sacred.readthedocs.io/en/stable/quickstart.html)): ``` from sacred import Experiment ex =...

Using the current functionality, if I try to resample the following pitch list, ![image](https://user-images.githubusercontent.com/33099118/107863126-93582100-6e1f-11eb-9c46-cbc456a2a5b8.png) which has no empty pitch observations (taken directly from a JAMS file), I get the following:...