econ-ark / DemARK

Demonstrations of how to use material in the Econ-ARK
https://econ-ark.github.io/DemARK/
Apache License 2.0
33 stars 93 forks source link

NameError: name 'np' is not defined (2) #98

Closed sbenthall closed 4 years ago

sbenthall commented 4 years ago
$ ipython KrusellSmith.py 
Using matplotlib backend: Qt5Agg
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
~/projects/econ-ark/DemARK/notebooks/KrusellSmith.py in <module>
    214     "PermGroFac" : [1.0],                  # Permanent income growth factor
    215 # New Parameters that we need now
--> 216     'MgridBase': np.array([0.1,0.3,0.6,
    217                            0.8,0.9,0.98,
    218                            1.0,1.02,1.1,

NameError: name 'np' is not defined
MridulS commented 4 years ago

Do you have the latest master branch?

On Sat, 22 Feb 2020 at 20:58, Sebastian Benthall notifications@github.com wrote:

$ ipython KrusellSmith.py Using matplotlib backend: Qt5Agg

NameError Traceback (most recent call last) ~/projects/econ-ark/DemARK/notebooks/KrusellSmith.py in 214 "PermGroFac" : [1.0], # Permanent income growth factor 215 # New Parameters that we need now --> 216 'MgridBase': np.array([0.1,0.3,0.6, 217 0.8,0.9,0.98, 218 1.0,1.02,1.1,

NameError: name 'np' is not defined

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/econ-ark/DemARK/issues/98?email_source=notifications&email_token=ABI5RFDAST3VU72G5RATJN3REF7WTA5CNFSM4KZUE6SKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IPQEGJQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABI5RFAXXCMUJ5EBCAFTCOLREF7WTANCNFSM4KZUE6SA .

sbenthall commented 4 years ago

No, I didn't. Thanks for asking. This issue is invalid.