From 0f3f7f2fa9e480ffe878d966ccfd55dd98f2f840 Mon Sep 17 00:00:00 2001 From: cwschilly <132086024+cwschilly@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:55:06 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20master=20from=20@=20DARMA-task?= =?UTF-8?q?ing/LB-analysis-framework@a245a028485916882ca193687d9bb3df98dea?= =?UTF-8?q?664=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lbaf_docs/lbaf.Applications.LBAF_app.LBAFApplication.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lbaf_docs/lbaf.Applications.LBAF_app.LBAFApplication.html b/lbaf_docs/lbaf.Applications.LBAF_app.LBAFApplication.html index 57e4fec504..1bba0082e3 100644 --- a/lbaf_docs/lbaf.Applications.LBAF_app.LBAFApplication.html +++ b/lbaf_docs/lbaf.Applications.LBAF_app.LBAFApplication.html @@ -98,7 +98,8 @@

Methods

def _LBAFApplication__print_statistics(self, phase: lbaf.Model.lbsPhase.Phase, - phase_name: str) + phase_name: str, + work_model: typing.Optional[lbaf.Model.lbsWorkModelBase.WorkModelBase] = None)
Print a set of rank and edge statistics
@@ -108,7 +109,9 @@

Methods

(if configuration file path is relative it is searched in the current working directory and at the end in the {PROJECT_PATH}/config directory)
- def run(self) + def run(self, + cfg = None, + cfg_dir = None)
Run the LBAF application.