When you use the "expositor" script constantly showing errors, some of them contain information about the cause of the error, but it is often said about the team on which the error occurred, but not about text in xml that is causing the error. could do to show details on what line in the xml error? no, the xml file without mistake, a problem in numbering of ranges of verses... like such mistakes
INFO:study2osis:Fixing overlapping ranges
INFO:study2osis:... process overlapping verses
AssertionError()
but the conversation the main do not go about detailed error report, namely about this error ... I began to remove parts from xml ranges and thus calculated the cause of the error. the cause was the next range
div annotateType="commentary" annotateRef="Gen.1.1"
div annotateType="commentary" annotateRef="Gen.1.2"
div annotateType="commentary" annotateRef="Gen.1.2"
div annotateType="commentary" annotateRef="Gen.1.1-Gen.1.5"
first goes the figure 1, then 2, then 1 again, expositor and stumbles.
I'm in AndBible group asked you to make sorting ranges. you did, but something she did not understand how it works. whether it is possible to put sorting of ranges at the beginning of work of a script of expositor that it did them so
div annotateType="commentary" annotateRef="Gen.1.1"
div annotateType="commentary" annotateRef="Gen.1.1-Gen.1.5"
div annotateType="commentary" annotateRef="Gen.1.2"
div annotateType="commentary" annotateRef="Gen.1.2"
I put sorting in a script in the beginning
logger.info('Fixing overlapping ranges')
logger.info('... sort links')
self._sort_links()
logger.info('... process overlapping verses')
self._process_overlapping_verses()
if not self.options.no_nonadj:
logger.info('... create empty comments for nonadjacent ranges (optional step)')
self._create_empty_comments_for_nonadjancent_ranges()
logger.info('... add reference links to strings')
self._add_reference_links_to_comments()
logger.info('... sort links')
self._sort_links()
but sorting isn't made, and to understand I don't have enough knowledge... you couldn't help?
Hello
When you use the "expositor" script constantly showing errors, some of them contain information about the cause of the error, but it is often said about the team on which the error occurred, but not about text in xml that is causing the error. could do to show details on what line in the xml error? no, the xml file without mistake, a problem in numbering of ranges of verses... like such mistakes
INFO:study2osis:Fixing overlapping ranges INFO:study2osis:... process overlapping verses AssertionError()
but the conversation the main do not go about detailed error report, namely about this error ... I began to remove parts from xml ranges and thus calculated the cause of the error. the cause was the next range
div annotateType="commentary" annotateRef="Gen.1.1" div annotateType="commentary" annotateRef="Gen.1.2" div annotateType="commentary" annotateRef="Gen.1.2" div annotateType="commentary" annotateRef="Gen.1.1-Gen.1.5"
first goes the figure 1, then 2, then 1 again, expositor and stumbles. I'm in AndBible group asked you to make sorting ranges. you did, but something she did not understand how it works. whether it is possible to put sorting of ranges at the beginning of work of a script of expositor that it did them so
div annotateType="commentary" annotateRef="Gen.1.1" div annotateType="commentary" annotateRef="Gen.1.1-Gen.1.5" div annotateType="commentary" annotateRef="Gen.1.2" div annotateType="commentary" annotateRef="Gen.1.2"
I put sorting in a script in the beginning
but sorting isn't made, and to understand I don't have enough knowledge... you couldn't help?
Gratefully, Emet