Skip to content

Add BaseDistLoader to gigl#495

Draft
kmontemayor2-sc wants to merge 29 commits intomainfrom
kmonte/gigl-base-loader
Draft

Add BaseDistLoader to gigl#495
kmontemayor2-sc wants to merge 29 commits intomainfrom
kmonte/gigl-base-loader

Conversation

@kmontemayor2-sc
Copy link
Collaborator

@kmontemayor2-sc kmontemayor2-sc commented Feb 18, 2026

Scope of work done

There's a lot of code duplication going on between the two loaders, we should consolidate so that we can more easily expand / make changes in the future.

I'm choosing to still subclass the GLT loader - I synced with @mkolodner-sc about this offline and I think we wanted to copy over whole-sale but IMO it's a "better" design to not copy over what we don't need to - and we can always update in the future to take all of the code we need.

The key thing we're enabling here is passing in sampler so that we can have the sampler (e.g. ablp sampler, ppr sampler, etc) delegated to the children classes.

Where is the documentation for this feature?: N/A

Did you add automated tests or write a test plan?

Updated Changelog.md? NO

Ready for code review?: NO

@kmontemayor2-sc
Copy link
Collaborator Author

/integration_test

@kmontemayor2-sc
Copy link
Collaborator Author

/unit_test_py

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

GiGL Automation

@ 24:06:52UTC : 🔄 Integration Test started.

@ 01:31:11UTC : ✅ Workflow completed successfully.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

GiGL Automation

@ 24:06:53UTC : 🔄 Python Unit Test started.

@ 01:31:44UTC : ✅ Workflow completed successfully.

@kmontemayor2-sc kmontemayor2-sc changed the title Kmonte/gigl base loader Add BaseDistLoader to gigl Feb 19, 2026
@kmontemayor2-sc
Copy link
Collaborator Author

/unit_test_py

@kmontemayor2-sc
Copy link
Collaborator Author

/integration_test

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

GiGL Automation

@ 24:18:19UTC : 🔄 Python Unit Test started.

@ 01:43:28UTC : ✅ Workflow completed successfully.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

GiGL Automation

@ 24:18:25UTC : 🔄 Integration Test started.

@ 01:30:18UTC : ✅ Workflow completed successfully.

@kmontemayor2-sc
Copy link
Collaborator Author

/e2e_test

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

GiGL Automation

@ 24:19:50UTC : 🔄 E2E Test started.

@ 01:49:57UTC : ✅ Workflow completed successfully.

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

Comments