Skip to content

Commit

Permalink
Merge pull request #37 from MastodonC/fix/make-splice-year-default-nil
Browse files Browse the repository at this point in the history
Make splice-ncy default to nil
  • Loading branch information
seb231 authored Feb 21, 2018
2 parents f8b353a + c60c1a3 commit 1b0b948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clj/witan/send/model.clj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
:witan/type :function
:witan/fn :send/prepare-send-inputs
:witan/params {:modify-transition-by 1
:splice-ncy 11
:splice-ncy nil
:filter-transitions-from nil}}
{:witan/name :run-send-model
:witan/version "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/clj/witan/send/send.clj
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
:setting-cost sc/NeedSettingCost
:valid-setting-academic-years sc/ValidSettingAcademicYears}
:witan/param-schema {:modify-transition-by s/Num
:splice-ncy sc/AcademicYear
:splice-ncy (s/maybe sc/AcademicYear)
:filter-transitions-from (s/maybe [sc/CalendarYear])}
:witan/output-schema {:standard-projection sc/projection-map
:scenario-projection (s/maybe sc/projection-map)
Expand Down

0 comments on commit 1b0b948

Please sign in to comment.