WayScience / coSMicQC

Single cell Morphology Quality Control (coSMicQC)
https://wayscience.github.io/coSMicQC/
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

YAML thresholds default file read times are slower than custom thresholds #57

Open d33bs opened 4 months ago

d33bs commented 4 months ago

@jenna-tomkinson reported that when using the defaults stored from a YAML file that performance is slower than using custom thresholds (defined from a dictionary). This issue may revolve around the use of yaml.safe_load() or some other part of yaml based dependencies which take longer to read and translate into the necessary data.