Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lib/mpl_toolkits/tests/test_mplot3d.py::test_mixedsubplots[0-mixedsubplot-svg] | |
lib/matplotlib/tests/test_mathtext.py::test_mathfont_stix_18 | |
lib/matplotlib/tests/test_axes.py::test_formatter_ticker[1-formatter_ticker_002-pdf] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public domain |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Version 10.0.14393] | |
(c) 2016 Microsoft Corporation. All rights reserved. | |
H:\>activate mplbeta | |
(mplbeta) H:\>conda install matplotlib -vv > conda_install.log | |
DEBUG conda.cli.main:_main(142): verbosity set to 2 | |
DEBUG conda.models.channel:__init__(140): making channel object for url: https://repo.continuum.io/pkgs/free/win-64/alabaster-0.7.9-py35_0.tar.bz2 | |
DEBUG conda.common.url:path_to_url(26): C:\Users\phobson\Miniconda3\conda-bld converted to file:///C:/Users/phobson/Miniconda3/conda-bld | |
DEBUG conda.models.channel:__init__(140): making channel object for url: file:///C:/Users/phobson/Miniconda3/conda-bld |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var jStat = require('jStat').jStat; | |
function make_bs_samples(somearray, num_iter) { | |
var all_samples = []; | |
for (var ii = num_iter - 1; ii >= 0; ii--) { | |
var this_sample = []; | |
for (var jj = somearray.length - 1; jj >= 0; jj--) { | |
var index = Math.floor(Math.random() * somearray.length); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import geopandas | |
from helpers import width, peak_flow | |
def flow_column_name(return_period): | |
return "Q{:d}".format(int(float(return_period) * 10)) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.