Skip to content

Commit

Permalink
A change to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss committed Feb 23, 2024
1 parent 670ffc9 commit 156454b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aequilibrae/matrix/sparse_matrix.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ cdef class SparseMatrix:
pass

cpdef void helloworld(SparseMatrix self):
print("Hello from cpdef")
print("Hello from cpdef.")

0 comments on commit 156454b

Please sign in to comment.