Skip to content

Get rid of source/models. #26

@vchynarov

Description

@vchynarov

It's an messy submodule dependency that we don't really need for the current modex project.

None of the code is being used. Why not create a separate garlic-models repo that hosts the lightbulb model and the actual farm model?

That way we can do something like:

from waterloosig.models.import Farmsim
import Simulation

params = {}
farmsim = Simulation(Farmsim)
farmsim.params = {}
farmsim.run(host=127.0.0.1, port=8000) # sends to Twisted or whatever.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions