Skip to content

Commit

Permalink
🤖 mod
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaS08 committed Jun 24, 2024
1 parent c91c559 commit ea025f9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions 04_PFIM.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,13 @@ The Paleo Food web Inference Model (PFIM, @shaw2024) uses a series of rules for

## Example

``` {julia}
#| echo: false
#| include: false
## Activate project environment
import Pkg; Pkg.activate(".");
Pkg.instantiate();
# now we can 'activate' the other packages as well as the lib folders that has the PFIM rules and functions.
```{julia}
using CSV
using DataFrames
include("lib/pfim/pfim.jl")
```
```{julia}
# set seed
import Random
Random.seed!(66)
Expand Down

0 comments on commit ea025f9

Please sign in to comment.