saga-project / BigJob

SAGA-based Pilot-Job Implementation for Compute and Data
http://saga-project.github.com/BigJob/
Other
19 stars 8 forks source link

pilot description, int vs. str #154

Closed andre-merzky closed 10 years ago

andre-merzky commented 10 years ago

this setting in a pilot description 'number_of_processes': '2' seems to be invalid (BJ expects an int), but does not trigger an error (CU simply stay in state UNKNOWN later on, according to Anjani).

Maybe type checking is not as useless in Python after all? SCNR ;)

andre-merzky commented 10 years ago

Anjani just pointed out that the documentation at http://saga-project.github.io/BigJob/sphinxdoc/library/index.html suggests to use strings.

andre-merzky commented 10 years ago

Thanks for the quick fix!

A.