CosmoFit.chain_info¶ CosmoFit.chain_info(path, name='mcmc')[source]¶ What’s in a chain file – model, datasets, parameters, how many steps – without reading the chain itself. >>> chain_info("chains/cpl.h5")["nsteps"] 6000 Parameters: path (str | PathLike) name (str) Return type: dict