Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith authored Aug 17, 2023
1 parent f201cc7 commit b03fcce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions episodes/04_Using_the_package_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ To create a new environment she uses the `activate` function of the package mana


````output
Activating project at `~/projects/julia-trebuchet/output/carpentries/projects/trebuchet`
Activating project at `~/projects/trebuchet`
````

In this environment she adds the `Trebuchet` package from its
Expand Down Expand Up @@ -120,8 +119,8 @@ environment.


````output
Status `~/projects/julia-trebuchet/output/carpentries/projects/trebuchet/Project.toml`
[f6369f11] ForwardDiff v0.10.35
Status `~/projects/trebuchet/Project.toml`
[f6369f11] ForwardDiff v0.10.36
[295af30f] Revise v3.5.3
[98b73d46] Trebuchet v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion episodes/05_Write_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Pkg.instantiate()
````

````output
Activating project at `~/projects/julia-trebuchet/output/carpentries/projects/trebuchet`
Activating project at `~/projects/trebuchet`
````

Expand Down
2 changes: 1 addition & 1 deletion episodes/06_Control_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pkg.instantiate()
````

````output
Activating project at `~/projects/julia-trebuchet/output/carpentries/projects/trebuchet`
Activating project at `~/projects/trebuchet`
````

Expand Down
2 changes: 1 addition & 1 deletion episodes/09_Adding_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end
````

````output
Test.DefaultTestSet("Test arithmetic equalities", Any[], 1, false, false, true, 1.691580564130388e9, 1.691580564159508e9, false)
Test.DefaultTestSet("Test arithmetic equalities", Any[], 1, false, false, true, 1.692283843203536e9, 1.692283843252886e9, false)
````

With this Melissa can run her test using the pkg mode of the REPL:
Expand Down

0 comments on commit b03fcce

Please sign in to comment.