Skip to content

Modify FormatPullRequest.yml to allow for format comments#141

Open
mtfishman wants to merge 13 commits intomainfrom
mf/format-comment
Open

Modify FormatPullRequest.yml to allow for format comments#141
mtfishman wants to merge 13 commits intomainfrom
mf/format-comment

Conversation

@mtfishman
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2026

Your PR requires formatting changes to meet the project's style guidelines.
Please run the ITensorFormatter to apply these changes.

Click here to view the suggested changes.
diff --git a/src/sparsearrays.jl b/src/sparsearrays.jl
index b7af497..e8f7b7c 100644
--- a/src/sparsearrays.jl
+++ b/src/sparsearrays.jl
@@ -1,7 +1,7 @@
 using SparseArrays: SparseArrays, AbstractSparseMatrixCSC, SparseMatrixCSC, findnz
 
 function eachstoredindex(m::AbstractSparseMatrixCSC)
-      I, J, V = findnz(m)
+    I, J, V = findnz(m)
     # TODO: This loses the compile time element type, is there a better lazy way?
     return Iterators.map(CartesianIndex, zip(I, J))
 end

@mtfishman
Copy link
Member Author

@Format

@mtfishman
Copy link
Member Author

/format

@mtfishman mtfishman closed this Feb 27, 2026
@mtfishman mtfishman deleted the mf/format-comment branch February 27, 2026 23:12
@mtfishman mtfishman restored the mf/format-comment branch February 27, 2026 23:13
@mtfishman mtfishman reopened this Feb 27, 2026
Removed unused function 'f' from SparseArraysBase module.
@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.68%. Comparing base (ccff7b8) to head (44d5bf4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #141   +/-   ##
=======================================
  Coverage   78.68%   78.68%           
=======================================
  Files          12       12           
  Lines         793      793           
=======================================
  Hits          624      624           
  Misses        169      169           
Flag Coverage Δ
docs 30.20% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@mtfishman
Copy link
Member Author

/format

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.

1 participant