Hi,
I am unable to submit the capstone project due to some test cases failing. I am pretty confident in my code so I don’t know what the issue is.
The test cases which failed were:
-
exercise2.1 Fail "optRef Has Correct Format"
Description: I created “optRef" using refServiceHandle and changed the datatype of “expiry” column to ‘date’, but still get this error. -
exercise3.1 Fail "abort" "abort in before block due to error "date""
exercise3.3 Fail "abort" "abort in before block due to error "type""
Description: I am not sure what these errors signify -
exercise4.6 Fail "timeSeries Has Correct Format" ""
Description: The timeSeries variable stores a dictionary of three lists of “edge”, “qty”, “numTrds” with datatypes float, long, long -
exercise4.7 Fail "edgeCor Has Correct Format" ""
Description: edgeCor stores a disctionary with three keys and three values for each “edge”, “qty”, and “numTrds”. It looks like this:
edge | 1
qty | 0.7363809
numTrds | 0.7102546
Please let me know the fix for these. Thank you.