Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

rates assume only integer values #10

Open
MarilisaCortesi opened this issue Dec 9, 2019 · 0 comments
Open

rates assume only integer values #10

MarilisaCortesi opened this issue Dec 9, 2019 · 0 comments

Comments

@MarilisaCortesi
Copy link
Contributor

MarilisaCortesi commented Dec 9, 2019

 Create circuit "Genetic Toggle Switch" containing {
        the gene promoter1 that codes {
            the protein "repressor2"
            regulated by {
                the protein "repressor1"
                with a regulating.rate of 0.1
                with a degradation.rate of 2
            }
        }

        
    } with {
        a default initial.concentration of 0
        a default degradation.rate of 0.1
    } 

gives error
The floating-point literal does not conform to the expected type Int

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant