From 7e8c5d2bfb5d50e5283f3a4c45be4f71bb695e52 Mon Sep 17 00:00:00 2001 From: Karishnu Poddar Date: Mon, 12 Jul 2021 01:44:05 +0530 Subject: [PATCH] Push sample cuttle.json in fixtures --- test/fixtures/cuttle.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/fixtures/cuttle.json diff --git a/test/fixtures/cuttle.json b/test/fixtures/cuttle.json new file mode 100644 index 0000000..e04e4b5 --- /dev/null +++ b/test/fixtures/cuttle.json @@ -0,0 +1,10 @@ +{ + "environments": { + "mnist-api": { + "platform": "linux", + "transformer": "flask", + "EPOCHS": 10 + } + }, + "notebook": "mnist.ipynb" +} \ No newline at end of file