BootCamp2018 icon indicating copy to clipboard operation
BootCamp2018 copied to clipboard

Repository of syllabi, lecture notes, Jupyter notebooks, code, and problem sets for OSM Lab Boot Camp 2018

Results 6 BootCamp2018 issues
Sort by recently updated
recently updated
newest added

I'm wondering if the scaling factor in equation 14.9 in the Numerical integration lab (the section on Simpson's rule) is incorrect? I think equation 14.9 should be multiplied by (b-a)/(3(2N+1))...

To get the FRED dataset I used `pip install pandas_datareader` which has a bug. [This](https://github.com/pydata/pandas-datareader/issues/545) thread recommended using the dev version. It worked well for me but is this the...

Has anyone run into the following error by any chance? Thanks! File "OSM_example.py", line 52, in grid = TasmanianSG.TasmanianSparseGrid() File "/home/jfan3/Desktop/OSM2018/day1_SparseGrid/SparseGridCode/analytical_examples/TASMANIAN_Python/TasmanianSG.py", line 107, in __init__ self.pLibTSG = cdll.LoadLibrary("../../TasmanianSparseGrids/libtasmaniansparsegrid.so") File "/software/python-2.7-2015q2-el6-x86_64/lib/python2.7/ctypes/__init__.py",...

I get the following error when running py.test in the anaconda prompt (using windows machine). It's telling me I have access denied to this specific folder, but I have admin...

@quainialberto asked the following with regard to Problem 1 in the [Object Oriented Programming lab](https://github.com/OpenSourceMacro/BootCamp2018/blob/master/Computation/Wk1_PyIntro/ObjectOriented.pdf): > I am approaching Problem 1 of OOP and we are required to test our...

question
Computation labs

For anyone that wants to use Atom and python scripts there is a really handy package in Atom called hydrogen that lets you run code inline like a notebook. However,...