sustainable-processes / summit

Optimising chemical reactions using machine learning
https://gosummit.readthedocs.io/en/latest/
MIT License
118 stars 24 forks source link

Change iteration over domain in Transform class #257

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

This PR addresses issue #256. The transform_inputs_outputs method in the Transform class now iterates over self.transform_domain.input_variables instead of self.domain.input_variables. This change ensures that any transformations are applied to the modified domain (self.transform_domain) rather than the original domain (self.domain).

Fixes #256.