Skip to content

Commit

Permalink
geolocations mock data added;
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjan-stha committed Nov 30, 2023
1 parent 1841191 commit a4ab013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions analysis_module/mock_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
"textOrder": 1,
"relevant": True,
"prediction_status": True,
"geolocations": ["Somalia"],
"classification": {
"1": {
"101": {
Expand Down Expand Up @@ -787,6 +788,7 @@
"textOrder": 2,
"relevant": True,
"prediction_status": True,
"geolocations": ["Niger", "Nigeria"],
"classification": {
"1": {
"101": {
Expand Down Expand Up @@ -1300,6 +1302,7 @@
"textOrder": 3,
"relevant": False,
"prediction_status": False,
"geolocations": [],
"classification": {}
}
]
Expand Down

0 comments on commit a4ab013

Please sign in to comment.