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

Small bug in Opensees demo #154

Closed
AnderGray opened this issue Feb 6, 2024 · 2 comments
Closed

Small bug in Opensees demo #154

AnderGray opened this issue Feb 6, 2024 · 2 comments
Assignees

Comments

@AnderGray
Copy link
Collaborator

This line is pointing to the wrong directory

sourcedir = joinpath(pwd(), "demo/models")

points to UncertaintyQuantification.jl/demo/reliability/demo/models/

and not UncertaintyQuantification.jl/demo/models/

@FriesischScott FriesischScott self-assigned this Feb 6, 2024
@FriesischScott FriesischScott added the bug Something isn't working label Feb 6, 2024
@FriesischScott
Copy link
Owner

Thanks 👍 .

@FriesischScott FriesischScott removed the bug Something isn't working label Feb 22, 2024
@FriesischScott
Copy link
Owner

Turns out that's not true. The paths are relative to the root of the project (which is supposed to be the pwd) and this is correct.

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

No branches or pull requests

2 participants