FAAM-146 / decades-ppandas

1 stars 0 forks source link

_variable_mods has no public interface #8

Open davesproson opened 3 years ago

davesproson commented 3 years ago

Variable modifications, provided canonically in the flight constants file, are stored in the _variable_mods attribute of DecadesDataset. These are then used when finalizing variables (ppodd.pod.base.PPBase), through accessing what's nominally a private attribute of DecadesDataset. DecadesDataset should include a public interface to access these.

--

************* Module base
base.py:104:2: W0511: TODO: add a public interface to DecadesDataset (fixme)