ComPWA / ComPWA-legacy

[deprecated] C++ back-end for the Common Partial Wave Analysis framework
https://compwa.github.io/legacy
Other
9 stars 9 forks source link

feat!: add and implement AsciiHeader object #304

Closed redeboer closed 4 years ago

redeboer commented 4 years ago

This PR changes the syntax of ASCII input file: they now require a header section (surrounded by a header opening and closing tag) in YAML syntax.

codecov[bot] commented 4 years ago

Codecov Report

Merging #304 into master will increase coverage by 0.61%. The diff coverage is 91.09%.

@@            Coverage Diff             @@
##           master     #304      +/-   ##
==========================================
+ Coverage      38%   38.62%   +0.61%     
==========================================
  Files          84       86       +2     
  Lines        7272     7356      +84     
==========================================
+ Hits         2764     2841      +77     
- Misses       4508     4515       +7
redeboer commented 4 years ago

Closes #280