Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

refactor: utils.check_data #39

Merged
merged 3 commits into from
Jan 4, 2023
Merged

refactor: utils.check_data #39

merged 3 commits into from
Jan 4, 2023

Conversation

premsrii
Copy link
Collaborator

@premsrii premsrii commented Jan 4, 2023

This PR includes a conversion from np.NDArray to pd.DataFrame in utils.check_data().

@premsrii premsrii closed this Jan 4, 2023
@premsrii premsrii reopened this Jan 4, 2023
@premsrii premsrii changed the base branch from main to develop January 4, 2023 13:00
@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Merging #39 (c68f0b0) into develop (adb575a) will increase coverage by 0.28%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop      #39      +/-   ##
===========================================
+ Coverage    98.86%   99.14%   +0.28%     
===========================================
  Files            6        8       +2     
  Lines          176      235      +59     
===========================================
+ Hits           174      233      +59     
  Misses           2        2              
Impacted Files Coverage Δ
src/blitzly/etc/utils.py 95.65% <100.00%> (+1.53%) ⬆️
src/blitzly/plots/bar.py 100.00% <100.00%> (ø)
src/blitzly/plots/dumbbell.py 100.00% <100.00%> (ø)
src/blitzly/plots/histogram.py 100.00% <100.00%> (ø)
src/blitzly/plots/matrix.py 100.00% <100.00%> (ø)
src/blitzly/plots/scatter.py 100.00% <100.00%> (ø)
src/blitzly/plots/slope.py 100.00% <100.00%> (ø)
src/blitzly/subplots.py 100.00% <100.00%> (ø)
... and 1 more

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

@premsrii premsrii marked this pull request as ready for review January 4, 2023 13:07
@premsrii premsrii merged commit f335f5a into develop Jan 4, 2023
@premsrii premsrii deleted the refactor_check_data branch January 4, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants