Skip to content

Commit

Permalink
use fast version in the metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 9, 2024
1 parent 344b4b4 commit 1a9f8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioos_metrics/ioos_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def update_metrics(*, debug=False):
"IOOS": ioos,
"MBON Projects": mbon_projects,
"Metadata Records": metadata_records,
"NGDAC Glider Days": ngdac_gliders,
"NGDAC Glider Days": ngdac_gliders_fast,
"OTT Projects": ott_projects,
"QARTOD Manuals": qartod_manuals,
"Regional Associations": regional_associations,
Expand Down

0 comments on commit 1a9f8ce

Please sign in to comment.