cal-adapt / climakitae

A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.
https://climakitae.readthedocs.io
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Fix ck.load memory usage introduced by using ProgressBar #346

Closed elehmer closed 4 months ago

elehmer commented 4 months ago

This PR patches ck.load to remove the ProgressBar that was adding in #337 as the loading process has a memory spike without ProgressBar and then goes back to "normal" size but with ProgressBar the memory stays high.

See Issue #345

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist: