qqubb commited on
Commit
65f24dd
·
1 Parent(s): 7f5090e

add intended_purposes to dispositive_variables

Browse files
__pycache__/utils.cpython-310.pyc CHANGED
Binary files a/__pycache__/utils.cpython-310.pyc and b/__pycache__/utils.cpython-310.pyc differ
 
compliance_analysis.py CHANGED
@@ -18,12 +18,10 @@ dispositive_variables = {
18
  "eu_market_status": {
19
  "placed_on_market": False,
20
  "put_into_service": False
21
- }
 
22
  }
23
 
24
- intended_purposes = set()
25
-
26
-
27
  # Here is the potential orchestrator function that I think is the key missing part:
28
  #
29
  # def orchestrator():
 
18
  "eu_market_status": {
19
  "placed_on_market": False,
20
  "put_into_service": False
21
+ },
22
+ "intended_purposes": [],
23
  }
24
 
 
 
 
25
  # Here is the potential orchestrator function that I think is the key missing part:
26
  #
27
  # def orchestrator():