Skip to content

Instantly share code, notes, and snippets.

@stephanmg
stephanmg / gist:ab942c686736238f50d84ca84b14e37e
Last active September 20, 2021 10:16
.h5 file history file (dumped with h5dump)
DATASET "x_names" {
DATATYPE H5T_STRING {
STRSIZE H5T_VARIABLE;
STRPAD H5T_STR_NULLTERM;
CSET H5T_CSET_UTF8;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 71 ) / ( 71 ) }
DATA {
(0): "init_Cells", "init_Cells_Cycle_G2_rel",
import numpy as np
import pandas as pd
from pypesto.store import read_from_hdf5
import os
import matplotlib.pyplot as plt
from matplotlib import cm
from more_itertools import unique_everseen
from pathlib import Path
import argparse
from pypesto.visualize import optimizer_convergence