Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: save yield tables #351

Merged
merged 8 commits into from
Aug 12, 2022
Merged

feat: save yield tables #351

merged 8 commits into from
Aug 12, 2022

Conversation

alexander-held
Copy link
Member

@alexander-held alexander-held commented Aug 12, 2022

Automatically save yield tables when they are produced. The destination and format are customizable and controlled by new tabulate.yields keyword arguments: table_folder and table_format. The format can be any of the formats supported by the tabulate library, see https://github.com/astanin/python-tabulate#table-format. The automatic saving of tables can be turned off via save_tables.

* support automatic saving of yield tables in customizable formats

@codecov
Copy link

codecov bot commented Aug 12, 2022

Codecov Report

Merging #351 (6344aa1) into master (8e0b4b8) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #351   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           23        23           
  Lines         1907      1925   +18     
  Branches       303       310    +7     
=========================================
+ Hits          1907      1925   +18     
Impacted Files Coverage Δ
src/cabinetry/tabulate.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@alexander-held alexander-held merged commit fa1b7a2 into master Aug 12, 2022
@alexander-held alexander-held deleted the feat/save-yield-tables branch August 12, 2022 19:21
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant