Max Liu
Max Liu
I can't say for sure whether or not it will be compatible. The main concern would be changes to muq since 2019. The version in the RMG channel is 0.2.0...
After further investigation, I'm fairly certain that this is due to thermodynamic pruning not properly handling pdep networks. For standard flux pruning, any species which have been explored as part...
Could this be related to #115, or rather multiprocessing behavior on MacOS with Python 3.8 in general? Here's the tail of the logs. Nothing particularly insightful... ``` 2021-07-21T04:48:07.8186360Z ============================= test...
Also ran into this issue. Travis build finished successfully but uploads were not showing up on anaconda.org. Came across this and realized that the token had expired. Hopefully this can...
This is correct (but likely undesirable) behavior, and it is a result of how the family templates are defined. There are 4 matches in the forward direction, due to 2...
I just realized that this information should be available in the database supporting the website. Since most of the tools are based on Django models, every request is saved in...
The mixed kinetics error means that two reactions were marked as duplicates while one is pressure dependent and the other is not. I think in that case the duplicate tag...
That's interesting. This might be something that RMG doesn't handle correctly right now. When RMG encounters duplicate reactions, we will try to combine them into a multi kinetics object (e.g....
Yeah, this is a big issue. In theory, we do fetch /database/load when we start the server for every single process, but it seems like it might not be working...
It might be worth transferring the documentation to https://readthedocs.org/. They offer support for automatic builds and versioning. I haven't looked at the details of how to set it up, but...