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

Fix and activate doctests; fix add_dimension #777

Merged
merged 4 commits into from
Feb 9, 2024
Merged

Conversation

schillic
Copy link
Member

@schillic schillic commented Feb 7, 2024

No description provided.

@schillic schillic marked this pull request as ready for review February 7, 2024 22:26
0.4 0.25
0.46 -0.67

julia> add_dimension(A)
3×3 Array{Float64,2}:
julia> ReachabilityAnalysis.add_dimension(A)
Copy link
Member

Choose a reason for hiding this comment

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

tip: one can use ````jldoctest; setup=:(using ReachabilityAnalysis: add_dimension)` just once and remove the module prefixes below too

@schillic schillic merged commit 6078a57 into master Feb 9, 2024
6 checks passed
@schillic schillic deleted the schillic/doctests branch February 9, 2024 14:36
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.

2 participants