fmt: Adds newlines to make fmt idempotent

This commit is contained in:
Deepak Mallubhotla 2022-04-16 13:04:11 -05:00
parent f00b29391c
commit 5684af783e
Signed by: deepak
GPG Key ID: BEBAEBF28083E022
4 changed files with 36 additions and 20 deletions

View File

@ -65,15 +65,19 @@ class AltBayesRun:
Parameters
----------
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)]
The models to evaluate.
The models to evaluate.
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
The filename slug to include.
The filename slug to include.
run_count: int
The number of runs to do.
The number of runs to do.
"""
def __init__(

View File

@ -58,15 +58,19 @@ class AltBayesRunSimulPairs:
Parameters
----------
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)]
The models to evaluate.
The models to evaluate.
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
The filename slug to include.
The filename slug to include.
run_count: int
The number of runs to do.
The number of runs to do.
"""
def __init__(

View File

@ -33,15 +33,19 @@ class BayesRun:
Parameters
----------
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)]
The models to evaluate.
The models to evaluate.
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
The filename slug to include.
The filename slug to include.
run_count: int
The number of runs to do.
The number of runs to do.
"""
def __init__(

View File

@ -50,15 +50,19 @@ class Diagnostic:
Parameters
----------
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)]
The models to evaluate.
The models to evaluate.
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
The filename slug to include.
The filename slug to include.
run_count: int
The number of runs to do.
The number of runs to do.
"""
def __init__(