Skip to content

Instantly share code, notes, and snippets.

View arbennett's full-sized avatar
🎯
Playing darts

Andrew Bennett arbennett

🎯
Playing darts
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@arbennett
arbennett / ostrich_example.ipynb
Created July 24, 2020 21:16
Example usage of the ostrich object for pysumma
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.
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.
@arbennett
arbennett / example.py
Last active June 20, 2018 21:53
Pickle-Unpickle-Example
import pickle
import numpy as np
import skill_metrics as sm
PICKLE_FILE = 'pickled.pkl'
if __name__ == '__main__':
print('Creating a new container with random values')
a = np.random.randint(50)
b = np.random.randint(50)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env python
"""
Implementation of the Daisyworld model described in:
Watson, A.J.; Lovelock, J.E (1983). "Biological homeostasis of
the global environment: the parable of Daisyworld". Tellus.35B:
286–9.
Bibcode:1983TellB..35..284W. doi:10.1111/j.1600-0889.1983.tb00031.x.