-
Notifications
You must be signed in to change notification settings - Fork 0
Open
@NisonChrist
Description
ReBAC-Project-Code-Python/main.py
Lines 25 to 28 in 360d28d
def generate_policies(
nl_datasets: dict[str, DataFrame],
xacml_datasets: dict[str, DataFrame],
):
ReBAC-Project-Code-Python/main.py
Line 111 in 360d28d
return nl_datasets, xacml_datasets
ReBAC-Project-Code-Python/main.py
Lines 120 to 122 in 360d28d
# Oh god! These are dirty variables ...
nl_datasets, xacml_datasets = process_datasets()
nl_gen_results, xacml_gen_results = generate_policies(nl_datasets, xacml_datasets)