Using PyCharm CE 2019.3, there are ~130 unresolved attribute reference warnings in insar/coregister_dem.py. I don't know what linter Pycharm uses though.
Tasks
Investigate setup in CoregisterDem.__init__()
Fix member vars in CoregisterDem.__init__() ?
Add unit tests to confirm the default / happy path can complete (defer more extensive testing for later)
Using
PyCharm CE 2019.3
, there are ~130 unresolved attribute reference warnings ininsar/coregister_dem.py
. I don't know what linter Pycharm uses though.Tasks
CoregisterDem.__init__()
CoregisterDem.__init__()
?