Skip to content

Assignment 2 #2

Open
tintingong wants to merge 7 commits intomainfrom
assignment-2
Open

Assignment 2 #2
tintingong wants to merge 7 commits intomainfrom
assignment-2

Conversation

@tintingong
Copy link
Copy Markdown
Owner

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

What did you learn from the changes you have made?

need to import os and convert list to array for performing the codes

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

How were these changes tested?

A reference to a related issue in your repository (if applicable)

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question 1: You have to finish second part of the question too. Iterator over contents to print each line.
Question 3: It is currently showing errors in the output block. Please fix that.

  array_a = np.array(mean_for_all) # change the mean list into array
  return

  
  
  #YOUR CODE HERE: use patient_summary() to get the means and check_zeros() to check for zeros in the means

check_zeros(array_a)

is incorrect here.

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.

2 participants