comp426-2022-fall / a02

Create a command line Node.js package that ingests API data from Open-Meteo
GNU Affero General Public License v3.0
0 stars 0 forks source link

Issue with Latitude Range Test in Autograder #15

Closed bdhack23 closed 1 year ago

bdhack23 commented 1 year ago

All autograder tests are passing except for this one:

npm_unlink

I'm not sure why this one specific test is saying that my latitude is out of range. All other tests pass completely, and they are also looking at the latitude. I even put in extra checks within my code to be sure that if it is out of range, it will exit the program. Any help would be appreciated, because I am at a loss to figure this one out.