Daniel Ingraham

Results 28 comments of Daniel Ingraham

@cjdoris Excellent, thank you!

Gotcha, thanks. To be clear, OpenMDAOCore.jl was always a dependency of OpenMDAO.jl. The error occurs when installing OpenMDAO.jl in an environment where OpenMDAOCore.jl isn't explicitly installed (i.e., where OpenMDAOCore.jl isn't...

> You could use Base.require to import OpenMDAOCore instead. This circumvents these checks. Interesting, I haven't heard of `Base.require`. How would I do that? I see it takes a module...

Gotcha, I tried ```julia Base.require(Base.PkgId(Base.UUID("24d19c10-6eee-420f-95df-4537264b2753"), "OpenMDAOCore")) ``` at both the top level of the "parent" package `OpenMDAO` and inside `OpenMDAO`'s `__init__()`, but still get the same error.

Gotcha. My hoped-for workflow is to be able to hack on a local Python package in a "Julia-centric" way—running Julia scripts from the Julia REPL that depend on a local...

OK, I guess this PR is where I'd like it to be. Appreciate any feedback!

@jkirk5 @Kenneth-T-Moore Do you have any idea what went wrong with the docs build? I only made one small change to one of the Jupyter notebooks (just renaming `get_bus_variables` to...

@Kenneth-T-Moore Thanks, that did the trick! I did `grep` for `get_bus_variables`, but must have missed that one somehow.