Skip to content

[WIP] RL-RBF-G Transfer Operator#245

Open
AbdAlazezAhmed wants to merge 10 commits into
mainfrom
RBF
Open

[WIP] RL-RBF-G Transfer Operator#245
AbdAlazezAhmed wants to merge 10 commits into
mainfrom
RBF

Conversation

@AbdAlazezAhmed
Copy link
Copy Markdown
Collaborator

for #55

@termi-official termi-official linked an issue Mar 27, 2026 that may be closed by this pull request
4 tasks
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 27, 2026

Codecov Report

❌ Patch coverage is 98.71245% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.87%. Comparing base (552693a) to head (3a8b185).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/ferrite-addons/transfer_operators.jl 98.71% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
+ Coverage   73.03%   73.87%   +0.83%     
==========================================
  Files          78       78              
  Lines        6865     7097     +232     
==========================================
+ Hits         5014     5243     +229     
- Misses       1851     1854       +3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AbdAlazezAhmed AbdAlazezAhmed marked this pull request as ready for review March 30, 2026 16:19
Comment thread docs/Project.toml
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Manifest needs a manual update.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Can we remove it?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

No, we want this to be precisely reproducibe. Not fixing the Manifest can yield to random doc build failures.

Comment on lines +49 to +54
for dof_i in dofs
for dof_j in dofs
adj[dof_i, dof_j] =
norm(nodes[dof_to_node_map[dof_i]] - nodes[dof_to_node_map[dof_j]])
end
end
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What is this doing here?

source_graph,
GraphsVertices(source_graph),
distances_source,
parallel = :threads,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why symbols?

Comment on lines +272 to +273
Rescale,
Geodesic,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why do we need this as a type parameter?

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.

Transfer operators

2 participants