Skip to content

Move Solow to lectures location and add to _toc.yml - #8

Merged
mmcky merged 5 commits into
mainfrom
move-solow
Jan 29, 2023
Merged

Move Solow to lectures location and add to _toc.yml#8
mmcky merged 5 commits into
mainfrom
move-solow

Conversation

@mmcky

@mmcky mmcky commented Jan 25, 2023

Copy link
Copy Markdown
Contributor

This PR:

  1. shifts solow lecture to new location
  2. removes the _build folder

@netlify

netlify Bot commented Jan 25, 2023

Copy link
Copy Markdown

Deploy Preview for taupe-gaufre-c4e660 ready!

Name Link
🔨 Latest commit d6019da
🔍 Latest deploy log https://app.netlify.com/sites/taupe-gaufre-c4e660/deploys/63d0b58c1e3b5e00082ea93d
😎 Deploy Preview https://deploy-preview-8--taupe-gaufre-c4e660.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@mmcky

mmcky commented Jan 25, 2023

Copy link
Copy Markdown
Contributor Author

The solow lecture is missing color definition.

@jstac is this a matplotlib color object that we just need to import?

NameErrorESC[0m: name 'colors' is not defined

in

# simulate and plot time series
for x_init, col in zip(x0, colors):
    ts[0] = x_init
    for t in range(1, ts_length):
        ts[t] = g(ts[t-1])
    ax.plot(np.arange(ts_length), ts, '-o', ms=4, alpha=0.6, label=r'$k_0=%g$' %x_init)

@mmcky
mmcky merged commit 8a13979 into main Jan 29, 2023
@mmcky
mmcky deleted the move-solow branch January 29, 2023 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant