Skip to content

Instantly share code, notes, and snippets.

View ddejohn's full-sized avatar
👻

Devon DeJohn ddejohn

👻
View GitHub Profile
@ddejohn
ddejohn / duration_problem.py
Created October 16, 2021 21:04
Reproducible duration issue
import random
import itertools
from typing import Tuple
import numpy as np
import plotly.graph_objects as go
import gif
def random_rectangle():