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

Split up IO module #203

Merged
merged 24 commits into from
Oct 16, 2023
Merged

Split up IO module #203

merged 24 commits into from
Oct 16, 2023

Conversation

BSchilperoort
Copy link
Collaborator

Fixes #191

Additionally, I have suppressed some common non-useful warnings.

PR #202 has to be merged first.

@BSchilperoort BSchilperoort marked this pull request as ready for review October 14, 2023 10:28
Copy link
Collaborator

@bdestombe bdestombe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Bart, Great Work! There is a lot of overlap with the accessor branch though. I am a bit worried we will get into conflicts or are doing things twice..

@bdestombe bdestombe mentioned this pull request Oct 15, 2023
@bdestombe
Copy link
Collaborator

Hi Bart, Great Work! There is a lot of overlap with the accessor branch though. I am a bit worried we will get into conflicts or are doing things twice..

Wait, which branch did you use as a base?

@BSchilperoort
Copy link
Collaborator Author

BSchilperoort commented Oct 16, 2023

Hi Bart, Great Work! There is a lot of overlap with the accessor branch though. I am a bit worried we will get into conflicts or are doing things twice..

Thanks! I think the overlap is actually not too bad. There will be some conflicts but they shouldn't be too difficult to resolve.
I did not know you were working on the accessor branch, as I didn't see a (draft) PR open.

Compare:
https://github.com/dtscalibration/python-dts-calibration/pull/204/files/cfc4c1b0df46fb596d15c484c3ab00fdc2f361da..068305e654b41f6937291b04e76dc7b22b86349d#diff-1970e631c6f16edf28c2960a27e8b63f7e3d6fc04c34fac7e316eef5f3f6e76d

https://github.com/dtscalibration/python-dts-calibration/pull/203/files/cfc4c1b0df46fb596d15c484c3ab00fdc2f361da..62a2c38afbfddc99903452231372b2d606e4d3e6

Wait, which branch did you use as a base?

I used the Refactor-datastore branch as the base to reduce the merge conflicts, but that didn't work out as I'd hoped 😅

@bdestombe bdestombe merged commit f7f3760 into main Oct 16, 2023
11 of 13 checks passed
@bdestombe bdestombe deleted the split-io branch October 16, 2023 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Spliting up io module into more manageable parts
2 participants