Matt Hancock

Results 33 comments of Matt Hancock
trafficstars

There is a small typo in this tutorial: `from utils.utils import plot_results` should read `from utils.plots import plot_results`

> The idea behind runs and experiments is trials, hence if you make a mistake in a run, within an experiment, then you can start another run with a different...

Combining @rchurchley 's suggestion with @nomeata 's to give a lighter-grayish-teal subtitle and date: ``` \documentclass{beamer} \usepackage{xcolor} \definecolor{LightGray}{rgb}{0.45,0.5,0.45} \usetheme{metropolis} \title{A correlation study between burrito girth and tortilla fail point: how...

Thanks for your reply. So if a border must be manually set, what is the advantage of wavelet_center over numpy's pad function?

Is there some theory that suggests the amount of zero-padding required for perfect inversion based on signal and filter sizes? I guess what I'm saying is that if you have...

Sounds like a fix. IMHO, it would be ideal if these methods were abstracted away somehow so that one would work only in terms of transformations and inverse transformations.

> Chaco users should know to look in both places. If you say so!

Is this PR superseded by #482 ?

The sqlalchemy session is set up in `pylidc/__init__.py` (see `_db_path` therein). It would be relatively straightforward to make this more flexible by reading the db path from a config file/environment...

Excellent point @fedorov possibly ever-changing XML. I will use this branch for implementing the capability to reliably regenerate the sqlite database (i.e., I will add it to my long todo...