Skip to content

Files

Latest commit

 

History

History
 
 

Day4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Day 4

Project Goal:

Add tests, and get ready to present tomorrow!

Example: We’ll write unit tests that evaluate the performance of individual functions (e.g. if a user sets a degree range keyword, does the Gaia query work appropriately?), and end-to-end tests that make sure the whole package is working. We’ll also add a tutorial.

Learning Objectives

  • Decide and implement parallelized Python code for “embarrassingly parallel” problems
  • Write tests for your code
  • Actively avoid discrminatory behavior when coding

Useful Links: