Skip to content

Commit f3d50d5

Browse files
committed
Fix broken filename.
1 parent e6fbe51 commit f3d50d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_fingerprints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def obtain_transitive_fingerprint_v_short(strategy, turns, repetitions):
140140
plt.tight_layout()
141141
plt.savefig("assets/transitive_v_short_{}.png".format(format_filename(name)),
142142
bbox_inches="tight")
143-
np.savetxt("assets/transitive_v_{}.csv".format(format_filename(name)),
143+
np.savetxt("assets/transitive_v_short_{}.csv".format(format_filename(name)),
144144
fp.data)
145145

146146

0 commit comments

Comments
 (0)