modelx icon indicating copy to clipboard operation
modelx copied to clipboard

Use Python like a spreadsheet!

Results 44 modelx issues
Sort by recently updated
recently updated
newest added

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...

bug

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.

bug

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...

question
feature request

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...

bug

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...

bug

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). ![MxAnalyzer issue](https://user-images.githubusercontent.com/55485247/65134141-b8165200-d9fb-11e9-82e2-be41207fcc0f.jpg) When I click...

bug

`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_

feature request

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...

feature request