Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generative Models Probmods (chapter 1) #203

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

archanarw
Copy link
Collaborator

Convert chapter 1 of probmods into Omega.

@archanarw archanarw self-assigned this Apr 18, 2022
deps = ["OmegaCore"]
path = "../InferenceBase"
path = "../../../../../../../../../home/archanarw/.julia/dev/Omega/InferenceBase"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can't be right.

deps = ["AndTraits", "Distributions", "InferenceBase", "OmegaCore", "OmegaDistributions", "OmegaMH", "OmegaSoftPredicates", "Reexport", "ReplicaExchange", "SoftPredicates"]
path = ".."
path = "/home/archanarw/.julia/dev/Omega"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nor this

deps = ["AndTraits", "Future", "Random", "Reexport", "Spec"]
path = "../OmegaCore"
path = "../../../../../../../../../home/archanarw/.julia/dev/Omega/OmegaCore"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nor this

deps = ["InferenceBase", "OmegaCore", "SoftPredicates"]
path = "../OmegaMH"
path = "../../../../../../../../../home/archanarw/.julia/dev/Omega/OmegaMH"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nor this

deps = ["InferenceBase", "OmegaCore", "SoftPredicates"]
path = "../connectors/OmegaSoftPredicates"
path = "../../../../../../../../../home/archanarw/.julia/dev/Omega/connectors/OmegaSoftPredicates"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nor this

deps = ["InferenceBase", "OmegaCore", "Spec"]
path = "../ReplicaExchange"
path = "../../../../../../../../../home/archanarw/.julia/dev/Omega/ReplicaExchange"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nor this

deps = ["Cassette", "DocStringExtensions", "InferenceBase", "LinearAlgebra", "Spec"]
path = "../SoftPredicates"
path = "../../../../../../../../../home/archanarw/.julia/dev/Omega/SoftPredicates"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nor this

Copy link

@robertness robertness left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like @archanarw has added changes to Manifest.toml that are specific to her local installation. I am unable to run this code as a result.

I'm a Julia newcomer, but it is unclear to me why Manifest.toml and Project.toml need to changed in this PR?

@archanarw when you fix this, can you verify by pulling the branch and running the Pluto notebook on a new device if you have one available?

@mattbarr
Copy link

mattbarr commented Jun 6, 2022

I'm successfully able to get this running now, and will be looking at this in parallel with @robertness. Thanks @archanarw

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

Successfully merging this pull request may close these issues.

None yet

3 participants