modelx
modelx copied to clipboard
Use Python like a spreadsheet!
Hi do you please know what can cause this error ? FormulaError: Error raised during formula execution ValueError: ('Lengths must match to compare', (164,), (3,)) Formula traceback: 0: m_2022_06_30.xxx.bs[-1].Dividend(t=0, proxy_flag=False),...
### Discussed in https://github.com/fumitoh/modelx/discussions/70 Originally posted by **cmartinfer** September 20, 2022 Hi! I am trying to read a model created previously with modelx but I have this error. Can you...
Not sure if it's related... I get an error setting up. I tired sending a crash report but encountered an error there as well... I am using Spyder 5.1.5 via...
spyder-modelx 0.11.0 does not work with Spyder 5.1.5 onwards. As of Jan 1, 2022, Spyder 5.0.4 is the last version that is tested fine with spyder-modelx 0.11.0.
Is it possible to set the doc string for a cell outside of a module import? After creating a cell with new_cell, I want to add a doc string, but...
Background: I have a space that I use for inputs set up as references. I then have other spaces that have interdependent cell references. These spaces also depend on the...
There is a problem, when saving previously zipped model with embedded module. The issue seems to be that the module code isn't available for saving function as the temporary folder...
I've just tried to follow all the instructions to use MxAnalyzer. It shows the value of the variable , but no dependencies (see the screenshot).  When I click...
`ZipFile()` seems to have compression parameter, which is defaulted to no compression. Here is one of the options making it compress: `compression=zipfile.ZIP_DEFLATED` _Originally posted by @alexeybaran in https://github.com/fumitoh/modelx/issues/33#issuecomment-659253261_
One more thing as we are talking about model saving. Have you thought about zip archiving the folder? It will save space and make it more convenient to send the...