Remove old, incomplete fizz-buzz problem file
This commit is contained in:
parent
42285ded02
commit
d6283328db
@ -1,15 +0,0 @@
|
|||||||
(ns ^:no-doc propeller.problems.software.fizz-buzz
|
|
||||||
(:require [psb2.core :as psb2]))
|
|
||||||
|
|
||||||
;; @todo This namespace is never used an it isn't a complete problem. Furthermore fizz-buzz exists in the PSB2 folder.
|
|
||||||
;; Consider removing this file.
|
|
||||||
|
|
||||||
;; NOTE: Need to change directory below to location of the PSB2 files
|
|
||||||
(def train-and-test (psb2/fetch-examples "PSB2/directory/path/goes/here/" "fizz-buzz" 200 2000))
|
|
||||||
|
|
||||||
(comment
|
|
||||||
|
|
||||||
train-and-test
|
|
||||||
|
|
||||||
problems
|
|
||||||
)
|
|
Loading…
x
Reference in New Issue
Block a user