yes-man-today commited on
Commit
2851e01
1 Parent(s): bf92d2d

modify to make sure acces correct docket

Browse files
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
archive/docket_comments.json DELETED
The diff for this file is too large to render. See raw diff
 
regulatory_comments.py CHANGED
@@ -90,7 +90,6 @@ class RegComments(datasets.GeneratorBasedBuilder):
90
  docket_id = docket["id"]
91
  docket_title = docket["title"]
92
  docket_context = docket["context"]
93
- print("did access")
94
  docket_purpose = docket.get("purpose", "unspecified")
95
  docket_keywords = docket.get("keywords", [])
96
  comments = docket["comments"]
 
90
  docket_id = docket["id"]
91
  docket_title = docket["title"]
92
  docket_context = docket["context"]
 
93
  docket_purpose = docket.get("purpose", "unspecified")
94
  docket_keywords = docket.get("keywords", [])
95
  comments = docket["comments"]