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

Add alternative Picosat Project #872

Merged
merged 11 commits into from
Feb 20, 2024
Merged

Add alternative Picosat Project #872

merged 11 commits into from
Feb 20, 2024

Conversation

LuAbelt
Copy link
Contributor

@LuAbelt LuAbelt commented Jan 30, 2024

Additional fork for Picosat that does not rely on field sensitivity as much

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Comparison is base (27a6eae) 66.54% compared to head (c697975) 66.49%.

Files Patch % Lines
varats/varats/projects/c_projects/picosat.py 33.33% 30 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@vulder vulder left a 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):
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

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

Copy link
Contributor Author

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

@LuAbelt LuAbelt marked this pull request as ready for review February 12, 2024 12:53
@vulder vulder merged commit 954882a into vara-dev Feb 20, 2024
8 of 10 checks passed
@vulder vulder deleted the f-PicoSat-vara branch February 20, 2024 20:46
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