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

fixing no_lag bug #14

Merged
merged 5 commits into from
Apr 17, 2024
Merged

fixing no_lag bug #14

merged 5 commits into from
Apr 17, 2024

Conversation

PaoloBonettiPolimi
Copy link
Collaborator

Overview

This PR fixes the bug found in the demo, where with "no_lag" setting there was an issue due to the string type, which is now converted into an integer (0) to be compliant with the other time lags.

@cehbrecht cehbrecht self-requested a review April 16, 2024 13:24
@cehbrecht
Copy link
Contributor

@PaoloBonettiPolimi if you like you could add a test for it.

@PaoloBonettiPolimi PaoloBonettiPolimi marked this pull request as draft April 16, 2024 13:39
@cehbrecht
Copy link
Contributor

@PaoloBonettiPolimi you can use pytest to create an temp folder for you:
https://docs.pytest.org/en/6.2.x/tmpdir.html

@PaoloBonettiPolimi
Copy link
Collaborator Author

@cehbrecht thank you for the suggestion, I have added the test for the "no_lag" input. I have also tested the full process and it seems to work, can you update the demo after the merge?

@PaoloBonettiPolimi PaoloBonettiPolimi marked this pull request as ready for review April 16, 2024 15:37
@cehbrecht cehbrecht merged commit 0ecb635 into main Apr 17, 2024
4 checks passed
@PaoloBonettiPolimi PaoloBonettiPolimi deleted the noLag_fix branch April 18, 2024 14:26
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