Skip to content

Commit 688335b

Browse files
author
Carlos Parada
authored
Merge pull request #4 from ParadaCarleton/master
Master
2 parents 3ee0da3 + 0942e05 commit 688335b

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
- run: |
5858
julia --project=docs -e '
5959
using Documenter: DocMeta, doctest
60-
using PSIS
61-
DocMeta.setdocmeta!(PSIS, :DocTestSetup, :(using PSIS); recursive=true)
62-
doctest(PSIS)'
60+
using ParetoSmooth
61+
DocMeta.setdocmeta!(ParetoSmooth, :DocTestSetup, :(using ParetoSmooth); recursive=true)
62+
doctest(ParetoSmooth)'
6363
- run: julia --project=docs docs/make.jl
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "ParetoSmooth"
2-
uuid = "d56e2792-3f3a-4929-9aed-05650beabda3"
2+
uuid = "a68b5a21-f429-434e-8bfa-46b447300aac"
33
authors = ["Carlos Parada <[email protected]>"]
44
version = "0.1.0"
55

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@
1313
[![Coverage](https://coveralls.io/repos/github/ParadaCarleton/ParetoSmooth.jl/badge.svg?branch=master)](https://coveralls.io/github/ParadaCarleton/ParetoSmooth.jl?branch=master)
1414
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
1515
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
16-
17-
18-
An implementation of Pareto Smoothed Importance Sampling in Julia.

docs/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
5454

5555
[[ParetoSmooth]]
5656
path = ".."
57-
uuid = "d56e2792-3f3a-4929-9aed-05650beabda3"
57+
uuid = "a68b5a21-f429-434e-8bfa-46b447300aac"
5858
version = "0.1.0"
5959

6060
[[Parsers]]

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
ParetoSmooth = "d56e2792-3f3a-4929-9aed-05650beabda3"
3+
ParetoSmooth = "a68b5a21-f429-434e-8bfa-46b447300aac"
File renamed without changes.

0 commit comments

Comments
 (0)