* refactor: create superOrder from superblock * chore: drop superOrders from meta * fix: return null for 'certifications' * fix: only set superOrder if it is needed * fix(tests): remove filter from order tests * test: use getSuperOrder, since superOrder has gone * test: ignore certificates * fix: getSuperOrder throw for 'certifications' * test: remove certificate special case It wasn't necessary, anyway (it had never been working because I put certificate not certification) Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
48 lines
934 B
JSON
48 lines
934 B
JSON
{
|
|
"name": "Numpy",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "numpy",
|
|
"order": 1,
|
|
"time": "5 hours",
|
|
"template": "",
|
|
"required": [],
|
|
"superBlock": "data-analysis-with-python",
|
|
"challengeOrder": [
|
|
[
|
|
"5e9a0a8e09c5df3cc3600ed2",
|
|
"What is NumPy"
|
|
],
|
|
[
|
|
"5e9a0a8e09c5df3cc3600ed3",
|
|
"Basics of Numpy"
|
|
],
|
|
[
|
|
"5e9a0a8e09c5df3cc3600ed4",
|
|
"Accessing and Changing Elements, Rows, Columns"
|
|
],
|
|
[
|
|
"5e9a0a8e09c5df3cc3600ed5",
|
|
"Initializing Different Arrays"
|
|
],
|
|
[
|
|
"5e9a0a8e09c5df3cc3600ed6",
|
|
"Initialize Array Problem"
|
|
],
|
|
[
|
|
"5e9a0a8e09c5df3cc3600ed7",
|
|
"Copying Arrays Warning"
|
|
],
|
|
[
|
|
"5e9a0a8e09c5df3cc3600ed8",
|
|
"Mathematics"
|
|
],
|
|
[
|
|
"5e9a0a8e09c5df3cc3600ed9",
|
|
"Reorganizing Arrays"
|
|
],
|
|
[
|
|
"5e9a0a8e09c5df3cc3600eda",
|
|
"Loading Data and Advanced Indexing"
|
|
]
|
|
]}
|