Phillip Meng
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
Comments
Recent activity by Phillip Meng-
Thank you both, that clarifies our thinking on our modelling implementation. :)
-
Following this one up, would this be the right kind of approach for getting the log information to integrate with our python logger (logging package). I'm thinking we create a callback that if guro...
-
Thought I would follow this one up whilst logged in - turns out our modelling was prohibitive for the constraint behaviour we were trying to design. Remodelling seemed to find a way around the issue.
-
We've also hit this wall and kind of worked out from a mix of the lack of documentation and the back section of the online manual that it is currently not possible. May be better to say the solutio...
-
Hi Matthias, we had: self.scheme.g_w_relationship = {} for b in self.list_of_b: self.scheme.g_w_relationship[b] = {} for event in self.events: self.schem...