Skip to content

Assign A Dataset to A Problem from Command Line

Wende Tan edited this page Feb 21, 2017 · 2 revisions

Example

Assign dataset file ../data/1000.zip to the problem whose id is 1000 in the domain system:

alias pm="python3.5 -m"
pm vj4.model.adaptor.problem set_data system 1000 `pm vj4.model.fs add_local ../data/1000.zip`