Files
freeCodeCamp/curriculum/challenges/_meta/scientific-computing-with-python-projects/meta.json
Nicholas Carrigan (he/him) 8372623f69 chore(curriculum): fix + test curriculum order (#44366)
* chore(tools): test curriculum order

* chore: update orders

* fix(tests): temporarily ignore cert super

The Relational Databases cert being 'upcomingChanges' is breaking
the tests.

* fix: graphql query here

* fix: use only one meta

* chore: remove unnecessary superOrders

* chore: zero-based indexing

* fix: update mock

* refactor: remove unused fixture

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-12-06 16:55:13 +00:00

32 lines
652 B
JSON

{
"name": "Scientific Computing with Python Projects",
"isUpcomingChange": false,
"dashedName": "scientific-computing-with-python-projects",
"order": 1,
"time": "150 hours",
"superBlock": "scientific-computing-with-python",
"superOrder": 7,
"challengeOrder": [
[
"5e44412c903586ffb414c94c",
"Arithmetic Formatter"
],
[
"5e444136903586ffb414c94d",
"Time Calculator"
],
[
"5e44413e903586ffb414c94e",
"Budget App"
],
[
"5e444147903586ffb414c94f",
"Polygon Area Calculator"
],
[
"5e44414f903586ffb414c950",
"Probability Calculator"
]
]
}