NREL-Sienna / InfrastructureSystems.jl

Utility package for Sienna's simulation infrastructure
https://nrel-sienna.github.io/InfrastructureSystems.jl/
BSD 3-Clause "New" or "Revised" License
39 stars 20 forks source link

Fix lookup of InfrastructureSystems path #233

Closed daniel-thom closed 3 years ago

daniel-thom commented 3 years ago

Fixes #232

codecov[bot] commented 3 years ago

Codecov Report

Merging #233 (e2726ad) into master (d503647) will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
- Coverage   75.28%   75.24%   -0.05%     
==========================================
  Files          43       43              
  Lines        3115     3114       -1     
==========================================
- Hits         2345     2343       -2     
- Misses        770      771       +1     
Flag Coverage Δ
unittests 75.24% <ø> (-0.05%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/utils/logging.jl 89.78% <ø> (ø)
src/utils/utils.jl 61.18% <0.00%> (-0.43%) :arrow_down:
src/utils/lazy_dict_from_iterator.jl 96.15% <0.00%> (-0.15%) :arrow_down:
nickrobinson251 commented 3 years ago

thanks

I checked and this fixes the issue for me locally (when using a package that depends directly on PSY and only indirectly on InfraSys)