I noticed something odd today during more tests. I ran the command dotnet run -s 2020 -d 2020 -bps 300 -bpe 301, but the first of the two files pulled by the compiler failed to find its twin in PN Biblio (i.e., 70023). See screenshot, below. Something appears to be off: can you debug?
The other thing I noticed during the same run was that the output file 2001-0300.xml created by the compiler had seg[@subtype="SBandSeg"], when PN uses seg[@subtype="sbSeg"]. Please ensure that we are outputting (and comparing) the latter form.
I noticed something odd today during more tests. I ran the command
dotnet run -s 2020 -d 2020 -bps 300 -bpe 301, but the first of the two files pulled by the compiler failed to find its twin in PN Biblio (i.e.,70023). See screenshot, below. Something appears to be off: can you debug?The other thing I noticed during the same run was that the output file
2001-0300.xmlcreated by the compiler hadseg[@subtype="SBandSeg"], when PN usesseg[@subtype="sbSeg"]. Please ensure that we are outputting (and comparing) the latter form.