Search found 4 matches
- Tue Aug 27, 2019 9:51 am
- Forum: Bug Reports
- Topic: "close" command in pyeviews
- Replies: 2
- Views: 7171
"close" command in pyeviews
I am unable to pass the "close" command from pyeviews to Eviews. Bunch of other commands work smoothly. import pyeviews as evp eviewsapp = evp.GetEViewsApp(version='EViews.Manager.11', instance='new',showwindow=True) evp.PutPythonAsWF(varlist, app=eviewsapp) #this works evp.Run('run progra...
- Thu Aug 15, 2019 8:56 pm
- Forum: Programming
- Topic: setting solution sample for a model
- Replies: 2
- Views: 3909
Re: setting solution sample for a model
I know how to set it separately with "smpl"
- Thu Aug 15, 2019 8:54 pm
- Forum: Programming
- Topic: setting solution sample for a model
- Replies: 2
- Views: 3909
setting solution sample for a model
Hi All, quick question.
Is there a way to set the solution sample as an option inside the following command?
model_name.solveopt(options)
Thanks in advance!
Is there a way to set the solution sample as an option inside the following command?
model_name.solveopt(options)
Thanks in advance!
- Mon Aug 05, 2019 8:15 pm
- Forum: Programming
- Topic: Finding the series that leads to "log of nonpositive" error
- Replies: 1
- Views: 3541
Finding the series that leads to "log of nonpositive" error
Hi All, I have a model with 60000+ equations. When I try to solve the model (deterministically), I am getting the "log of nonpositive number" error. Obviously a negative value appears somewhere. But the error window doesnt tell us anything else. My question is, is there a quick way in Evie...
