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

compiler: sequentialise halo touch #2372

Merged
merged 1 commit into from
May 15, 2024
Merged

compiler: sequentialise halo touch #2372

merged 1 commit into from
May 15, 2024

Conversation

mloubout
Copy link
Contributor

No description provided.

Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.76%. Comparing base (593d2a7) to head (c6604ab).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2372   +/-   ##
=======================================
  Coverage   86.76%   86.76%           
=======================================
  Files         233      233           
  Lines       43740    43741    +1     
  Branches     8075     8075           
=======================================
+ Hits        37952    37953    +1     
  Misses       5079     5079           
  Partials      709      709           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mloubout mloubout requested a review from FabioLuporini May 15, 2024 12:38
Copy link
Contributor

@FabioLuporini FabioLuporini left a comment

Choose a reason for hiding this comment

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

uncontroversial

for the reader: test being added in PRO

@@ -419,8 +419,10 @@ def callback(self, clusters, prefix, seen=None):

key = lambda i: i in prefix[:-1] or i in hs.loc_indices
ispace = c.ispace.project(key)
# HaloTOuch are not parallel
Copy link
Contributor

Choose a reason for hiding this comment

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

typo (obv to fix in a future PR)

@mloubout mloubout merged commit 9e220ae into master May 15, 2024
31 checks passed
@mloubout mloubout deleted the ser-halotouch branch May 15, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants