Conversation
|
@wbenoit26 thank you for the fixes. I have a question, why did you change this to 12 per day? Also, I think |
|
I've reverting the I changed the threshold to a FAR of 12 per day because that's the standard threshold for uploading an event during the MDC. We just had the default set incorrectly. |
deepchatterjeeligo
left a comment
There was a problem hiding this comment.
@wbenoit26 I am wondering if it is a better idea to put the requires-python >= 3.10 and then updating the lock files as a separate MR to main, and rebasing this branch. Those changes seem atomic enough. You can create a new branch from main and cherry-pick the pyproject.toml changes.
|
@deepchatterjeeligo I was thinking the same thing. Once I get the environment issues sorted out, I'll make the changes to main. |
|
@deepchatterjeeligo There's actually enough differences between what I'd want to do on |
@deepchatterjeeligo @bhgupta20 This should be enough to get things running. The biggest issue was an API change in the
Decimatorobject, which we should have made a minor release for, rather than a point release. AMPLFI uses v0.7.8, while the preprocessor was written expecting at least v0.7.10. As a workaround, I've pinned the version inonlineto v0.7.8 and modified the preprocessor accordingly.Otherwise, there were just some minor corrections.