HopkinsIDD / flepiMoP

The Flexible Epidemic Modeling Pipeline
https://flepimop.org
GNU General Public License v3.0
9 stars 4 forks source link

utils.py class `ISO8601Date` method `.convert()` has potentially unused argument `view` #293

Open emprzy opened 1 month ago

emprzy commented 1 month ago

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Feel free to mention other software that you feel could do this in a better way. In the utils.py file, the method .convert() has an argument view that appears to be unused. If this argument is truly not used, then we should probably remove...but need to make sure that view is not used elsewhere in a call somewhere.

Describe the solution you'd like

A clear and concise description of what you want to happen. Code base needs to be checked to see if the argument in question is used in a call somewhere to verify whether or not it can be removed.