Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
markjschreiber committed Aug 15, 2024
1 parent 846adcb commit b535809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omics/cli/run_analyzer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def add_metrics(res, resources, pricing):
price_resource_type = PRICE_RESOURCE_TYPE_DYNAMIC_RUN_STORAGE
capacity = store_max
charged = store_avg

# Get price for actually used storage (approx. for dynamic storage)
gib_hrs = charged * running / SECS_PER_HOUR
price = get_pricing(pricing, price_resource_type, region, gib_hrs)
Expand Down

0 comments on commit b535809

Please sign in to comment.