Mridul Seth

Results 244 comments of Mridul Seth

Yeah `Documentation/instructions.txt` is indeed outdated. Could you try the following steps: ``` # fresh env $ cd HARK $ pip install -U -r requirements.txt $ cd Documentation $ make html...

Yes we shouldn't have `jupyter` as a requirement. It's a frontend requirement to run the examples, it's not a requirement for HARK to work. Adding `jupyter` as a core requirements...

A quick hack-ish way of fixing it to check if `self.CRRA == 1.0` and replace it with `self.CRRA = 1.0 + \epsilon`. Print out a warning after doing the transformation.

The lecture notes may have the necessary math. http://www.econ2.jhu.edu/people/ccarroll/public/lecturenotes/AssetPricing/C-With-Optimal-Portfolio/

Cleanup the structure of examples directory. Move example notebooks to ConsumptionSavings from individual folders.

Hmm, macports doesn't seem happy and it seems to be failing on main for some time.

Closing this for now - see https://github.com/networkx/networkx/pull/7965#issuecomment-3240146150

Indeed the formatting of `References` is all over the place. We do recommend using Chicago Manual of Style https://networkx.org/documentation/latest/developer/contribute.html#adding-references but we don't really enforce it on older docstrings. I'm -0...

> I wonder if we should make _adj "public" at this point One of the reasons `_adj` isn't really public is that it's too easy to break your graph object!...