Skip to content

Instantly share code, notes, and snippets.

View parmentelat's full-sized avatar

Thierry Parmentelat parmentelat

  • Inria
  • Sophia Antipolis - France
View GitHub Profile
<style id="jsbin-css">
* {
border: 1px solid black;
}
div {
background: red;
margin: 30px;
}
section {
margin: 20px;
import pandas as pd
from minisim import Infiltration, Inhabitant, Zone, Weather
import pytest
# using an instance to pass global-like variables among tests
class Vars: pass
@pytest.fixture