I hereby claim:
- I am beckermr on github.
- I am beckermr (https://keybase.io/beckermr) on keybase.
- I have a public key ASADicn9mPNaICGD0Fn8p-AOYwIrN10qUNQzUmknTyvCiAo
To claim this, I am signing this object:
channels: | |
- conda-forge | |
- defaults | |
show_channel_urls: True | |
channel_priority: strict |
#!/usr/bin/env bash | |
git clone https://github.com/regro/cf-scripts.git | |
pushd cf-scripts | |
pip install --no-deps -e . | |
popd | |
git clone --depth=1 https://github.com/regro/cf-graph-countyfair.git | |
cd cf-graph-countyfair |
import sys | |
import logging | |
from contextlib import redirect_stdout, redirect_stderr | |
import io | |
from conda_forge_tick.utils import load_graph | |
from conda_forge_tick.auto_tick import migration_factory | |
migration = sys.argv[1] |
I hereby claim:
To claim this, I am signing this object:
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 1, | |
"metadata": {}, | |
"outputs": [], | |
"source": [ | |
"import galsim\n", | |
"import numpy as np\n", |
#include <stdio.h> | |
#include <math.h> | |
#include <complex.h> | |
#include <gsl/gsl_sf_result.h> | |
#include <gsl/gsl_sf_gamma.h> | |
static double complex gamma_fftlog(double complex z) { | |
/* Lanczos coefficients for g = 7 */ | |
static double p[] = { |