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

Testing with small data #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Testing with small data #3

wants to merge 4 commits into from

Conversation

ajm2327
Copy link
Collaborator

@ajm2327 ajm2327 commented Apr 26, 2024

jupyter can't test the whole astronomy dataset because its too large. I've sorted the smileyface csv and am testing it that way first. The issue may be with the get neighbors function. The expandClusters and disjointset header do work with the code because it is a CPU function and doesn't directly work with CUDA.

ajm2327 added 4 commits April 25, 2024 21:43
jupyter can't test the whole astronomy dataset because its too large. I've sorted the smileyface csv and am testing it that way first. The issue may be with the get neighbors function. The expandClusters and disjointset header do work with the code because it is a CPU function and doesn't directly work with CUDA.
This function skips the header row and correctly creates the N*DIM dataset. It also prints the dataset at the end to verify that the dataset is consistent with the csv file.
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.

1 participant