Skip to content

Commit

Permalink
Merge pull request #37 from bcbi/DilumAluthge-patch-1
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
DilumAluthge authored Apr 29, 2020
2 parents b853cc3 + 45e94aa commit e5709f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MaximumLikelihoodProblems"
uuid = "e149cee4-a9c8-4a03-a7b6-d91720412337"
authors = ["Dilum Aluthge"]
version = "0.1.6"
version = "0.1.7"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down
2 changes: 1 addition & 1 deletion test/examples/logistic_regression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Test.@test sum(absolute_error_proportional) < 0.100
Test.@test sum(square_error_proportional) < 0.010
Test.@test maximum(absolute_error) < 0.100
Test.@test maximum(square_error) < 0.010
Test.@test maximum(absolute_error_proportional) < 0.060
Test.@test maximum(absolute_error_proportional) < 0.100
Test.@test maximum(square_error_proportional) < 0.005
Test.@test Statistics.mean(absolute_error) < 0.070
Test.@test Statistics.mean(square_error) < 0.007
Expand Down

2 comments on commit e5709f8

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/13863

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.7 -m "<description of version>" e5709f88efadddc48e7b53ca8fa2ba065ce127d7
git push origin v0.1.7

Please sign in to comment.