Skip to content

Commit

Permalink
Update ExampleUsage for ensemble generator. Remove import to Rbf (not…
Browse files Browse the repository at this point in the history
… used). Make py3 compatible. Remove notebooks/ as somehow not working with binder (on TODO list)
  • Loading branch information
chrisroadmap committed Aug 7, 2018
1 parent 487d263 commit 381c4a2
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 181 deletions.
166 changes: 126 additions & 40 deletions Example-Usage.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion fair/forcing/aerosols.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
import sys
import numpy as np
from scipy.interpolate import Rbf
from ..constants import molwt
from ..RCPs.rcp45 import Emissions as r45e

Expand Down
1 change: 1 addition & 0 deletions fair/tools/ensemble.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import numpy as np
import scipy.stats as st
import os
from functools import reduce

def mvlognorm(data, n=1000, seed=None, correlated=True):
"""Returns joint lognormal random variables.
Expand Down
140 changes: 0 additions & 140 deletions notebooks/ensemble_generator.ipynb

This file was deleted.

0 comments on commit 381c4a2

Please sign in to comment.