From f1cf64552d52a3410b74e745e6e9e0b40021e6c2 Mon Sep 17 00:00:00 2001 From: daslu Date: Fri, 8 Mar 2024 23:59:06 +0200 Subject: [PATCH] typo --- src/scicloj/cmdstan_clj/v1/api.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scicloj/cmdstan_clj/v1/api.clj b/src/scicloj/cmdstan_clj/v1/api.clj index ef752c3..977710d 100644 --- a/src/scicloj/cmdstan_clj/v1/api.clj +++ b/src/scicloj/cmdstan_clj/v1/api.clj @@ -7,8 +7,6 @@ (def stan-home (System/getenv "STAN_HOME")) -(tempfiles/tempfile! [ ]) - (defn stan-model [code] (let [path (tempfiles/tempfile! "")] (shell/sh "make" path