Skip to content

Commit c31f53f

Browse files
committed
Sparsity debugging plots!
1 parent 4f78e92 commit c31f53f

File tree

10 files changed

+5284
-21613
lines changed

10 files changed

+5284
-21613
lines changed

J_observations.spy

190 KB
Binary file not shown.

JtJ.spy

12.5 KB
Binary file not shown.

JtJ.svg

Lines changed: 5282 additions & 0 deletions
Loading

Jt_eigen.mtx

Lines changed: 0 additions & 21612 deletions
This file was deleted.

gradient_0.spy

561 Bytes
Binary file not shown.

gradient_1.spy

561 Bytes
Binary file not shown.

gradient_2.spy

561 Bytes
Binary file not shown.

gradient_3.spy

561 Bytes
Binary file not shown.

gradient_4.spy

561 Bytes
Binary file not shown.

spy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ def main():
111111

112112
# pragma pylint: disable=unused-variable
113113
animations = [plot_csv(filename) for filename in args.filename] # noqa
114-
plt.show()
114+
# plt.show()
115+
plt.savefig("out.svg")
115116

116117

117118
if __name__ == "__main__":

0 commit comments

Comments
 (0)