From 0a79ee1d6e03bdd11e2ea4b5f1c435992d4e59f1 Mon Sep 17 00:00:00 2001
From: Cyril  NERIN <cyril.nerin@pasteur.fr>
Date: Fri, 5 Feb 2021 09:26:43 +0100
Subject: [PATCH] rename benchmark files that prevent cloning jass on windows

Fix #52
---
 ...png => benchmark_results2019-03-29T20-50-00.png} | Bin
 benchmark_scripts/jass_profile_notebook.ipynb       |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename benchmark_scripts/{benchmark_results2019-03-29T20:50:00.png => benchmark_results2019-03-29T20-50-00.png} (100%)

diff --git a/benchmark_scripts/benchmark_results2019-03-29T20:50:00.png b/benchmark_scripts/benchmark_results2019-03-29T20-50-00.png
similarity index 100%
rename from benchmark_scripts/benchmark_results2019-03-29T20:50:00.png
rename to benchmark_scripts/benchmark_results2019-03-29T20-50-00.png
diff --git a/benchmark_scripts/jass_profile_notebook.ipynb b/benchmark_scripts/jass_profile_notebook.ipynb
index 0b1db764..ada17685 100644
--- a/benchmark_scripts/jass_profile_notebook.ipynb
+++ b/benchmark_scripts/jass_profile_notebook.ipynb
@@ -12093,7 +12093,7 @@
     "        plt.text(time+3, sel_perfs['memory'][chunk_size], chunk_size, fontsize=9, color=color_codes[selection])\n",
     "#legend = plt.legend(loc='upper center', shadow=True, fontsize='x-large')\n",
     "plt.show()\n",
-    "fig.savefig('benchmark_results' + datetime.datetime.now().strftime('%Y-%m-%dT%H:%M:%S') + '.png', dpi=fig.dpi)"
+    "fig.savefig('benchmark_results' + datetime.datetime.now().strftime('%Y-%m-%dT%H-%M-%S') + '.png', dpi=fig.dpi)"
    ]
   }
  ],
-- 
GitLab