Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
weilixu committed May 29, 2024
1 parent 667ff33 commit e687b13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion rct229/rule_engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ def evaluate_rule(rule, rmrs, test=False):


def evaluate_rules(
rules_list: list, rmds: RuleSetModels, unit_system=UNIT_SYSTEM.IP, test=False, session_id=""
rules_list: list,
rmds: RuleSetModels,
unit_system=UNIT_SYSTEM.IP,
test=False,
session_id="",
):
"""Evaluates a list of rules against an RMDs
Expand Down
4 changes: 3 additions & 1 deletion rct229/web_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ def run_software_test(ruleset, section=None, saving_dir="./"):
return report_dir


def run_project_evaluation(rpds, ruleset, reports=["RAW_OUTPUT"], saving_dir="./", session_id=""):
def run_project_evaluation(
rpds, ruleset, reports=["RAW_OUTPUT"], saving_dir="./", session_id=""
):
"""
Parameters
Expand Down

0 comments on commit e687b13

Please sign in to comment.