Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
StatisticConfig.StatisticProgressSnapshot Class Reference

Static Public Attributes

str phase = "idle"
 
str message = ""
 
int completed = 0
 
int total = 0
 
int attempts = 0
 
int failures = 0
 
float fraction = 0.0
 
float elapsed_seconds = 0.0
 
float eta_seconds = -1.0
 
bool finished = False
 
int sequence = 0
 

Detailed Description

Immutable progress snapshot produced by the C++ statistic pipeline.

Definition at line 22 of file StatisticConfig.py.

Member Data Documentation

◆ attempts

int StatisticConfig.StatisticProgressSnapshot.attempts = 0
static

Definition at line 29 of file StatisticConfig.py.

◆ completed

int StatisticConfig.StatisticProgressSnapshot.completed = 0
static

Definition at line 27 of file StatisticConfig.py.

◆ elapsed_seconds

float StatisticConfig.StatisticProgressSnapshot.elapsed_seconds = 0.0
static

Definition at line 32 of file StatisticConfig.py.

◆ eta_seconds

float StatisticConfig.StatisticProgressSnapshot.eta_seconds = -1.0
static

Definition at line 33 of file StatisticConfig.py.

◆ failures

int StatisticConfig.StatisticProgressSnapshot.failures = 0
static

Definition at line 30 of file StatisticConfig.py.

◆ finished

bool StatisticConfig.StatisticProgressSnapshot.finished = False
static

Definition at line 34 of file StatisticConfig.py.

◆ fraction

float StatisticConfig.StatisticProgressSnapshot.fraction = 0.0
static

Definition at line 31 of file StatisticConfig.py.

◆ message

str StatisticConfig.StatisticProgressSnapshot.message = ""
static

Definition at line 26 of file StatisticConfig.py.

◆ phase

str StatisticConfig.StatisticProgressSnapshot.phase = "idle"
static

Definition at line 25 of file StatisticConfig.py.

◆ sequence

int StatisticConfig.StatisticProgressSnapshot.sequence = 0
static

Definition at line 35 of file StatisticConfig.py.

◆ total

int StatisticConfig.StatisticProgressSnapshot.total = 0
static

Definition at line 28 of file StatisticConfig.py.


The documentation for this class was generated from the following file: