Using pytest to test TM1 models
March 24, 2020 · 2 min read
I wanted an excuse to explore TM1py in more depth and had been thinking for a while about the possibilities offered by using a test framework like pytest to run automate tests of a TM1 model. This is really a quick proof of concept to gauge how feasible it might prove.
Cricket data sources and Python
September 28, 2019 · 5 min read
Inspired by an enthralling Ashes series, I wanted to play around with cricket data available from various free and commercial sources out there.. Despite a bit of trawling, I couldn't really find a single document detailing what was available. I've tried to make a start.
Anaconda and Jupyter Cheatsheet
August 26, 2019 · 4 min read
A bit annoyed at finding myself having to re-learn a good workflow for setting up dev environments for Jupyter projects, I thought I'd try to list my workflow as is and update as I improve so I can refer back after a hiatus.