Description
Contributor: Adam Christensen, July 2020
Small Model of Type : Python
Category : GAMS API library
Main file : Pgamstransfer.gms
$title 'Test gamstransfer API' (PGAMSTRANSFER,SEQ=58)
$onText
Contributor: Adam Christensen, July 2020
$offText
$set srcRoot %gams.sysdir%api%system.dirsep%python%system.dirsep%examples%system.dirsep%transfer%system.dirsep%
$ifThen setenv PYTHON39
$ call.checkErrorLevel cd . && "%sysenv.PYTHON39%" "%srcRoot%gt_example1.py" "%gams.sysdir%."
$ call.checkErrorLevel cd . && "%sysenv.PYTHON39%" "%srcRoot%gt_example2.py" "%gams.sysdir%."
$ call.checkErrorLevel cd . && "%sysenv.PYTHON39%" "%srcRoot%transport_gt.py" "%gams.sysdir%."
$endIf
$ifThen dExist "%gams.sysdir%GMSPython"
$ dropEnv PYTHONUSERBASE
$ call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%gt_example1.py" "%gams.sysdir%."
$ call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%gt_example2.py" "%gams.sysdir%."
$ call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport_gt.py" "%gams.sysdir%."
$endIf