You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cross_checks/cross_check_lib.jl
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@
6
6
"""
7
7
Returns the path where the FMU cross checks are saved locally.
8
8
This will also checkout the repository from a specified URL if they are not yet present in the specified path.
9
-
Hint: This will not check the cross check repository for integrety
9
+
Hint: This will not check the cross check repository for integrity
10
10
# Arguments
11
11
- `crossCheckRepo::String`: URL to the FMU Cross check repository that should be used. Note, if you want to push your results later, this should be a fork that you have access to
12
12
- `unpackPath::Union{String, Nothing}`: optional path that is used to checkout the the fmu cross check repository. If no path is specified, a temporary path is created
13
13
# Returns
14
14
- `repoPath::String`: The path where the repository can be found locally (including the repository name)
0 commit comments