Duncan Macleod

Results 136 comments of Duncan Macleod

I have seen this as well. This issue is caused by https://github.com/Python-Markdown/markdown/commit/a767b2daaad78ba32d45a4f1dabb7c5e218f030a, which can be worked around in the mean time by pinning to `markdown

@mingwandroid, I think this is ready for a review (sorry if there's a better @ ping for the conda-build team). The macOS jobs are failing, but the logs suggest it's...

@alewer97, are you using `conda` to populate the environment (including installing `lscsoft-glue`) or `pip`? If you're using `conda`, please post the output of `conda list`.

> @duncanmmacleod The extra 5MB is due to verification data files (ie. run code and check output matches verification files). I think we don't want to ship these in the...

I _really_ want a way to run as many tests as possible but not require an external network connection, so if that PR satisfies this, I'm happy.

@spxiwh, from the looks of things the PyCBC install is not from a conda package, but is just from a local `python setup.py install` into a conda environment. We (IGWN)...

@ahnitz, my example comes from a conda environment. `python` itself does not depend on `pip` or `setuptools` (why would it?) so it can be constructed fairly naturally. However, **most of...

Ping @gwpy/maintainers, please review this.

@eagoetz: ```console $ python -c " > import numpy > from gwpy.spectrogram import Spectrogram > a = Spectrogram(numpy.random.random((10, 10)), times=numpy.arange(10)) > print(a[:1]) > " Spectrogram([[0.44607095, 0.31031989, 0.68350561, 0.40995543, 0.19443496, 0.80221826,...