You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
I'm trying to get this script to work, and found a few problems. Here are proposed solutions:
(1) the first few lines have outdated variable names (CamelCaps) and routines. They should be replaced with MSMLib.build_msm()
(2) SCRE.ConvertTIntoK() expects a (dense?) numpy array. Seems to work by removing this, although this may mess with the routines in SCRE?
The text was updated successfully, but these errors were encountered:
I'm trying to get this script to work, and found a few problems. Here are proposed solutions:
(1) the first few lines have outdated variable names (CamelCaps) and routines. They should be replaced with MSMLib.build_msm()
(2) SCRE.ConvertTIntoK() expects a (dense?) numpy array. Seems to work by removing this, although this may mess with the routines in SCRE?
The text was updated successfully, but these errors were encountered: