We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d4ac2 commit 1d46363Copy full SHA for 1d46363
1 file changed
src/nhp/model/model.py
@@ -104,10 +104,6 @@ def __init__(
104
self.run_params = run_params or self.generate_run_params(params)
105
self.save_full_model_results = save_full_model_results
106
107
- def _add_pod_to_data(self) -> None:
108
- """Adds the POD column to data."""
109
- # to be implemented in ip/op/aae
110
-
111
def _add_ndggrp_to_data(self) -> None:
112
self.data["ndggrp"] = self.data["group"]
113
0 commit comments