-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add alternative Picosat Project #872
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## vara-dev #872 +/- ##
============================================
- Coverage 66.54% 66.49% -0.06%
============================================
Files 344 344
Lines 27891 27935 +44
============================================
+ Hits 18561 18575 +14
- Misses 9330 9360 +30 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -191,19 +191,19 @@ def get_release_revisions( | |||
if re.match(release_regex, tag)] | |||
|
|||
|
|||
class PicoSATVaRA(VProject, ReleaseProviderHook): | |||
class PicoSATLT(VProject, ReleaseProviderHook): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what does the LT
stand?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My initial thought was Load Time
- I wanted to pick a more speaking addition to the normal Picosat for distinction that just VaRA
, but in hindsight the LT
itself is also not really more helpful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea is good, maybe just call it that PicoSATLoadTime
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Branch should be ready for a merge into vara-dev now
Additional fork for Picosat that does not rely on field sensitivity as much