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