You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes authors merge the canonical branch into their scipy_proceedings fork's branch. When they do so, builder.BuildManager.build_paper() builds the wrong paper. This is because the BuildManager.paper property manager incorrectly assumes that the author's paper is the only unexcluded paper in the author's fork's branch:
returnpapers[0].split('/')[-1]
Determine another method for selecting the author's paper from the author's branch and implement it into builder.BuildManager.
The text was updated successfully, but these errors were encountered:
cbcunc
changed the title
Wrong paper built if author branch contains more than one paper
Wrong paper built if author fork contains more than one paper
Jul 17, 2022
cbcunc
changed the title
Wrong paper built if author fork contains more than one paper
Wrong paper built if author fork's branch contains more than one paper
Jul 17, 2022
cbcunc
changed the title
Wrong paper built if author fork's branch contains more than one paper
Wrong paper built if author's fork's branch contains more than one paper
Jul 17, 2022
Sometimes authors merge the canonical branch into their
scipy_proceedings
fork's branch. When they do so,builder.BuildManager.build_paper()
builds the wrong paper. This is because theBuildManager.paper
property manager incorrectly assumes that the author's paper is the only unexcluded paper in the author's fork's branch:Determine another method for selecting the author's paper from the author's branch and implement it into
builder.BuildManager
.The text was updated successfully, but these errors were encountered: