We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d82153 commit caceeb6Copy full SHA for caceeb6
2 files changed
migration/openresearch/eventcorpus.py
@@ -6,7 +6,7 @@
6
from openresearch.event import EventList,EventSeriesList
7
class EventCorpus(object):
8
'''
9
- Towards a gold standard event corpus ...
+ Towards a gold standard event corpus and observatory ...
10
11
12
def __init__(self,debug=False):
migration/tests/testIssue168.py
@@ -34,7 +34,7 @@ def testEventCorpus(self):
34
self.assertTrue(hasattr(event, 'lastEditor'))
35
if hasattr(event,'inEventSeries'): withSeries+=1
36
if self.debug:
37
- print(f"inEventsiers: {withSeries}")
+ print(f"inEventseries: {withSeries}")
38
self.assertTrue(withSeries>4500)
39
40
0 commit comments