Skip to content

Instantly share code, notes, and snippets.

@gdementen
Created February 11, 2015 12:39
Show Gist options
  • Save gdementen/e629dce747efab334b69 to your computer and use it in GitHub Desktop.
Save gdementen/e629dce747efab334b69 to your computer and use it in GitHub Desktop.
Test case for cont_regr
entities:
person:
fields:
- age: int
- gender: bool
- test: {type: float, initialdata: false}
processes:
test: cont_regr(age, mult=0.5, filter=gender)
simulation:
processes:
- person: [test]
input:
file: simple2001.h5
output:
file: simulation.h5
start_period: 2002
periods: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment