hyanwong / giglib

MIT License
4 stars 2 forks source link

Add method to convert BaseTable to dataframe #36

Closed duncanMR closed 1 year ago

duncanMR commented 1 year ago

Fixes #34.

I haven't bothered with tests for this one, since it is a temporary stopgap to make exploratory work easier. As such, I don't plan to make other methods/scripts that rely on it. @hyanwong, is it okay to merge?

codecov-commenter commented 1 year ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Files Coverage Δ
GeneticInheritanceGraph/tables.py 93.65% <66.66%> (-0.66%) :arrow_down:

:loudspeaker: Thoughts on this report? Let us know!.

hyanwong commented 1 year ago

As long as it gives you the output that you want, just merge it.