Skip to content

Conversation

@alisnwu
Copy link

@alisnwu alisnwu commented Nov 6, 2024

closes #138

Screenshot 2024-11-06 at 5 50 22 PM

@sbillinge ready for review


# silence the pyflakes syntax checker
assert loadData or resample or True
assert loadData or True
Copy link
Contributor

Choose a reason for hiding this comment

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

I am afraid this isn't the latest cookiecutting standard for handling __init__.py files within src. Could you please check whether we have to import these functions lilke from .loaddata import loadData?

Copy link
Author

@alisnwu alisnwu Nov 6, 2024

Choose a reason for hiding this comment

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

No we don't, I will delete these then

@bobleesj
Copy link
Contributor

bobleesj commented Nov 6, 2024

@alisnwu Thanks for this quick fix. For future PRs, since pytest is running via GitHub CI, we don't have to attach the screenshot but appreciate the idea.

@sbillinge
Copy link
Contributor

@alisnwu this sseems to have picked up a conflict

@alisnwu alisnwu closed this Nov 7, 2024
@alisnwu alisnwu deleted the resample-relocation branch November 7, 2024 00:01
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.

move resamplers out of parsers?

3 participants