Skip to content

Commit

Permalink
Remove alignment-input spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jun 29, 2023
1 parent ad3fc3e commit a64f87f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/com/yetanalytics/datasim/input.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
;; alignments input vector, and the inner vector associated with each actor.
;; Find separate names for each.
(s/def ::alignments
::alignments/alignments-input)
::alignments/alignments-vector)

(s/def ::parameters
::params/parameters)
Expand Down
4 changes: 0 additions & 4 deletions src/main/com/yetanalytics/datasim/input/alignments.clj
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@
(s/def ::alignment-vector
(s/every ::actor-alignment))

;; Alignment input
(s/def ::alignments-input
(s/keys :req-un [::alignment-vector]))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Validation
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit a64f87f

Please sign in to comment.