diff --git a/project.clj b/project.clj index 679f648..7f1c2f1 100644 --- a/project.clj +++ b/project.clj @@ -4,4 +4,5 @@ :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} :dependencies [[org.clojure/clojure "1.10.0"]] + :main ^:skip-aot propeller.core :repl-options {:init-ns propeller.core}) diff --git a/src/propeller/core.clj b/src/propeller/core.clj index fd55ff7..63fb5ac 100644 --- a/src/propeller/core.clj +++ b/src/propeller/core.clj @@ -487,7 +487,7 @@ (defn -main "Runs propel-gp, giving it a map of arguments." [& args] - (binding [*ns* (the-ns 'propel.core)] + (binding [*ns* (the-ns 'propeller.core)] (propel-gp (update-in (merge {:instructions default-instructions :error-function regression-error-function :max-generations 500