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)
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.
--