-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add solutions to 3perOG chapter exercises #28
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
=======================================
Coverage 70.54% 70.54%
=======================================
Files 12 12
Lines 275 275
=======================================
Hits 194 194
Misses 81 81
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
[heart] Kristine Marie R. Magaling reacted to your message:
…________________________________
From: Richard Evans ***@***.***>
Sent: Tuesday, October 22, 2024 4:24:05 PM
To: EAPD-DRB/OG-PHL ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [EAPD-DRB/OG-PHL] Add solutions to 3perOG chapter exercises (PR #28)
[EXTERNAL EMAIL] CAUTION:This email originated outside of our organization. DO NOT CLICK links or open attachments unless you recognize the sender and know the content is safe. When in doubt, always check the FULL email address of the sender.
This PR adds the solutions to the 3perOG.md exercises.
________________________________
You can view, comment on, or merge this pull request online at:
#28
Commit Summary
* 70b2717<70b2717> Added solutions to chapter problems
* 4f2cd76<4f2cd76> Fixed link type
File Changes
(5 files<https://github.com/EAPD-DRB/OG-PHL/pull/28/files>)
* M docs/book/content/UNtutorial/getting_started.md<https://github.com/EAPD-DRB/OG-PHL/pull/28/files#diff-0da4fd337e38052bbaf3971df7711ac74d182271dfa242dd1fcddaf494b1ea57> (2)
* A docs/book/content/UNtutorial/solutions/3perOG/README.md<https://github.com/EAPD-DRB/OG-PHL/pull/28/files#diff-26bbec2777ed63f582dc48ef0ac4173af220b324012a0078f1527b650c156a95> (14)
* A docs/book/content/UNtutorial/solutions/3perOG/SS.py<https://github.com/EAPD-DRB/OG-PHL/pull/28/files#diff-1d5f2ebb545fd13ef1c6c2fb0fd1e974402c5add77ba58aa7975af1ecc07f10c> (628)
* A docs/book/content/UNtutorial/solutions/3perOG/TPI.py<https://github.com/EAPD-DRB/OG-PHL/pull/28/files#diff-91c1bdeb5c84a64105f5b30546a5bc9352dd26673363eb5e3207352719423ee3> (640)
* A docs/book/content/UNtutorial/solutions/3perOG/execute.py<https://github.com/EAPD-DRB/OG-PHL/pull/28/files#diff-fbc3864d56198f3b200eb7e618dfff664ea55ffb84633c868b7748ae768e2192> (200)
Patch Links:
* https://github.com/EAPD-DRB/OG-PHL/pull/28.patch
* https://github.com/EAPD-DRB/OG-PHL/pull/28.diff
—
Reply to this email directly, view it on GitHub<#28>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BKP4KJE2FZ3GURU5Z63NBK3Z4Z32LAVCNFSM6AAAAABQM4S5HKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYDKOJSGM3TEMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
[NEDA Branding]
KRISTINE MARIE R. MAGALING
Senior Economic Development Specialist
National Policy and Planning Staff - International Economics Division
National Economic and
Development Authority
[NEDA Branding] 34th Floor, SM Mega Tower, Ortigas Center, Mandaluyong City, 1550 Philippines
Tel: 28631-3283 & 28631-3712 | Fax: 28631-3712
https://neda.gov.ph<https://neda.gov.ph/>
pdp.neda.gov.ph<http://pdp.neda.gov.ph/> | 2040.neda.gov.ph<http://2040.neda.gov.ph/> | sdg.neda.gov.ph<http://sdg.neda.gov.ph/>
"The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed to and other parties authorized to receive it. It may contain confidential or privileged communication. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you received this communication in error, please notify us immediately by responding to this e-mail and then immediately delete it from your system. Opinions contained in this e-mail or any of its attachments do not necessarily reflect the opinions of the National Economic and Development Authority."
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the solutions to the
3perOG.md
exercises.