fmt: Adds newlines to make fmt idempotent
This commit is contained in:
parent
f00b29391c
commit
5684af783e
@ -65,15 +65,19 @@ class AltBayesRun:
|
|||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
dot_inputs : Sequence[DotInput]
|
dot_inputs : Sequence[DotInput]
|
||||||
The dot inputs for this bayes run.
|
The dot inputs for this bayes run.
|
||||||
|
|
||||||
discretisations_with_names : Sequence[Tuple(str, pdme.model.Model)]
|
discretisations_with_names : Sequence[Tuple(str, pdme.model.Model)]
|
||||||
The models to evaluate.
|
The models to evaluate.
|
||||||
|
|
||||||
actual_model_discretisation : pdme.model.Discretisation
|
actual_model_discretisation : pdme.model.Discretisation
|
||||||
The discretisation for the model which is actually correct.
|
The discretisation for the model which is actually correct.
|
||||||
|
|
||||||
filename_slug : str
|
filename_slug : str
|
||||||
The filename slug to include.
|
The filename slug to include.
|
||||||
|
|
||||||
run_count: int
|
run_count: int
|
||||||
The number of runs to do.
|
The number of runs to do.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
@ -58,15 +58,19 @@ class AltBayesRunSimulPairs:
|
|||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
dot_inputs : Sequence[DotInput]
|
dot_inputs : Sequence[DotInput]
|
||||||
The dot inputs for this bayes run.
|
The dot inputs for this bayes run.
|
||||||
|
|
||||||
discretisations_with_names : Sequence[Tuple(str, pdme.model.Model)]
|
discretisations_with_names : Sequence[Tuple(str, pdme.model.Model)]
|
||||||
The models to evaluate.
|
The models to evaluate.
|
||||||
|
|
||||||
actual_model_discretisation : pdme.model.Discretisation
|
actual_model_discretisation : pdme.model.Discretisation
|
||||||
The discretisation for the model which is actually correct.
|
The discretisation for the model which is actually correct.
|
||||||
|
|
||||||
filename_slug : str
|
filename_slug : str
|
||||||
The filename slug to include.
|
The filename slug to include.
|
||||||
|
|
||||||
run_count: int
|
run_count: int
|
||||||
The number of runs to do.
|
The number of runs to do.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
@ -33,15 +33,19 @@ class BayesRun:
|
|||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
dot_inputs : Sequence[DotInput]
|
dot_inputs : Sequence[DotInput]
|
||||||
The dot inputs for this bayes run.
|
The dot inputs for this bayes run.
|
||||||
|
|
||||||
discretisations_with_names : Sequence[Tuple(str, pdme.model.Model)]
|
discretisations_with_names : Sequence[Tuple(str, pdme.model.Model)]
|
||||||
The models to evaluate.
|
The models to evaluate.
|
||||||
|
|
||||||
actual_model_discretisation : pdme.model.Discretisation
|
actual_model_discretisation : pdme.model.Discretisation
|
||||||
The discretisation for the model which is actually correct.
|
The discretisation for the model which is actually correct.
|
||||||
|
|
||||||
filename_slug : str
|
filename_slug : str
|
||||||
The filename slug to include.
|
The filename slug to include.
|
||||||
|
|
||||||
run_count: int
|
run_count: int
|
||||||
The number of runs to do.
|
The number of runs to do.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
@ -50,15 +50,19 @@ class Diagnostic:
|
|||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
dot_inputs : Sequence[DotInput]
|
dot_inputs : Sequence[DotInput]
|
||||||
The dot inputs for this diagnostic.
|
The dot inputs for this diagnostic.
|
||||||
|
|
||||||
discretisations_with_names : Sequence[Tuple(str, pdme.model.Model)]
|
discretisations_with_names : Sequence[Tuple(str, pdme.model.Model)]
|
||||||
The models to evaluate.
|
The models to evaluate.
|
||||||
|
|
||||||
actual_model_discretisation : pdme.model.Discretisation
|
actual_model_discretisation : pdme.model.Discretisation
|
||||||
The discretisation for the model which is actually correct.
|
The discretisation for the model which is actually correct.
|
||||||
|
|
||||||
filename_slug : str
|
filename_slug : str
|
||||||
The filename slug to include.
|
The filename slug to include.
|
||||||
|
|
||||||
run_count: int
|
run_count: int
|
||||||
The number of runs to do.
|
The number of runs to do.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user