Skip to content

Commit

Permalink
Removing print statement that's not needed (ARM-DOE#667)
Browse files Browse the repository at this point in the history
* ENH: AirNow API must have updating some algorithms.  What it's displaying now is what I would have assumed would be the closed reported station.

* ENH: Removing print statement
  • Loading branch information
AdamTheisen authored May 10, 2023
1 parent 95db0ce commit e0f0c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion act/discovery/get_armfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def download_data(username, token, datastream, startdate, enddate, time=None, ou
open_bytes_file.write(data)
file_names.append(output_file)
# Get ARM DOI and print it out
print(datastream, start_datetime, end_datetime)
doi = get_arm_doi(datastream, start_datetime.strftime('%Y-%m-%d'), end_datetime.strftime('%Y-%m-%d'))
print('\nIf you use these data to prepare a publication, please cite:\n')
print(textwrap.fill(doi, width=80))
Expand Down

0 comments on commit e0f0c7d

Please sign in to comment.