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

[WIP] Add dataloader classes #71

Merged
merged 49 commits into from
Apr 4, 2022
Merged

[WIP] Add dataloader classes #71

merged 49 commits into from
Apr 4, 2022

Conversation

a-r-j
Copy link
Owner

@a-r-j a-r-j commented Oct 3, 2021

Reference Issues/PRs

Implements #13

What does this implement/fix? Explain your changes.

Implements PyTorch Geometric dataset classes.

@a-r-j a-r-j added the enhancement New feature or request label Oct 3, 2021
@sonarcloud
Copy link

sonarcloud bot commented Oct 3, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 8 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Dec 17, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 9 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

codecov-commenter commented Feb 21, 2022

Codecov Report

Merging #71 (da19283) into master (8123f42) will increase coverage by 7.58%.
The diff coverage is 54.19%.

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   40.27%   47.85%   +7.58%     
==========================================
  Files          48       58      +10     
  Lines        2811     3818    +1007     
==========================================
+ Hits         1132     1827     +695     
- Misses       1679     1991     +312     
Impacted Files Coverage Δ
graphein/grn/parse_trrust.py 37.77% <ø> (ø)
graphein/ml/diffusion.py 0.00% <0.00%> (ø)
graphein/ppi/edges.py 100.00% <ø> (ø)
graphein/ppi/graph_metadata.py 0.00% <ø> (ø)
graphein/ppi/graphs.py 54.34% <ø> (ø)
graphein/ppi/parse_biogrid.py 75.00% <ø> (ø)
graphein/ppi/visualisation.py 0.00% <0.00%> (ø)
graphein/protein/analysis.py 0.00% <0.00%> (ø)
graphein/protein/features/sequence/sequence.py 71.42% <0.00%> (+2.67%) ⬆️
graphein/protein/features/sequence/utils.py 28.00% <0.00%> (+3.00%) ⬆️
... and 46 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 087296d...da19283. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Apr 4, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

No Coverage information No Coverage information
9.4% 9.4% Duplication

@a-r-j a-r-j merged commit d0f872b into master Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants