erwanp / qtplaskin

A graphical tool to explore ZdPlaskin Results
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Fix bug when trying to get density #28

Closed pag1pag closed 2 years ago

pag1pag commented 2 years ago

When using d.get("CH4") or d.get(["CH4"]), it was not working. By changing isinstance(xx, list) to isinstance(xx, str), it works.

codecov[bot] commented 2 years ago

Codecov Report

Merging #28 (d5bd71b) into master (7ea6b3a) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   50.94%   50.94%           
=======================================
  Files          13       13           
  Lines         585      585           
=======================================
  Hits          298      298           
  Misses        287      287           
Impacted Files Coverage Δ
qtplaskin/modeldata.py 41.84% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7ea6b3a...d5bd71b. Read the comment docs.