fumitoh
fumitoh
### 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.
`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...
In [the actuarial model example](https://docs.modelx.io/en/latest/tutorial/api_tutorial.html#more-complex-example): * `x0` and `n` are defined as Refs in Base and redefined as Cells. * ItemSpaces are explicitly named. * `_self` is passed as base...
On a related subject: what is the way to profile modelx execution? I would like to see how long it takes to evaluate various functions. _Originally posted by @alebaran in...
@open-source-modelling github.com/qnity doesn't seem to exist anymore. Shouldn't the links be updated?
@qnity lifelib v0.8.0 is released today and economic_curves is introduced. The contents of economic_curves are updated to be rendered nicely on https://lifelib.io as briefly summarized in https://github.com/lifelib-dev/lifelib/pull/37. Please check the...