IslasGECI / nerd

NERD: Numerical Estimation of Rodenticide Density
https://pypi.org/project/geci-nerd/
GNU Affero General Public License v3.0
0 stars 3 forks source link

πŸ‘· Update tag and version #25

Closed islasfernando closed 2 years ago

islasfernando commented 2 years ago

Local me dio:

  1. Checking mutants β ™ 384/384 πŸŽ‰ 384 ⏰ 0 πŸ€” 0 πŸ™ 0 πŸ”‡ 0
codecov[bot] commented 2 years ago

Codecov Report

Merging #25 (2428efb) into develop (6957e6f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #25   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        16           
  Lines          317       319    +2     
=========================================
+ Hits           317       319    +2     
Impacted Files Coverage Ξ”
nerd/io/Nerd.py 100.00% <100.00%> (ΓΈ)
nerd/io/import_data.py 100.00% <100.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 6957e6f...2428efb. Read the comment docs.

islasfernando commented 2 years ago

@devarops @nepito @xwalls can any of you exterminante this last boss mutant? 😏 Seems unkillable to me...

 class Nerd:
     def __init__(self, config_file_path):
-        self.config_file = pd.read_json(config_file_path, typ="series")
+        self.config_file = pd.read_json(config_file_path, typ="XXseriesXX")
         self.tracmap_data = import_multifile_tracmap(
             self.config_file, "input_concatenated_data.csv"
         )