Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix #45

Merged
merged 26 commits into from
Jul 25, 2023
Merged

Bugfix #45

merged 26 commits into from
Jul 25, 2023

Conversation

kunyuan
Copy link
Member

@kunyuan kunyuan commented Jul 21, 2023

  1. add support for the keyword "verbose", which is more standard than "print".
  2. function to create multi-dimensional Continuous/Discrete variables.
  3. Automatically adjust the size of variable pools.
  4. Now Results always return vector
  5. update readme

@kunyuan kunyuan added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 21, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2023

Codecov Report

Merging #45 (02ab7f6) into master (4c4da99) will increase coverage by 0.05%.
The diff coverage is 84.21%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   85.71%   85.76%   +0.05%     
==========================================
  Files          20       20              
  Lines        1330     1391      +61     
==========================================
+ Hits         1140     1193      +53     
- Misses        190      198       +8     
Files Changed Coverage Δ
src/MCIntegration.jl 100.00% <ø> (ø)
src/mcmc/montecarlo.jl 88.40% <ø> (ø)
src/utility/parallel.jl 81.42% <0.00%> (-12.02%) ⬇️
src/utility/utility.jl 57.14% <ø> (ø)
src/configuration.jl 93.81% <62.50%> (-0.84%) ⬇️
src/statistics.jl 85.43% <92.85%> (-0.42%) ⬇️
src/distribution/variable.jl 87.08% <95.00%> (+3.42%) ⬆️
src/distribution/distribution.jl 70.83% <100.00%> (+9.72%) ⬆️
src/main.jl 94.85% <100.00%> (+0.15%) ⬆️
src/vegas/montecarlo.jl 90.62% <100.00%> (+0.46%) ⬆️
... and 1 more

src/configuration.jl Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docs/src/index.md Outdated Show resolved Hide resolved
docs/src/index.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@kunyuan kunyuan merged commit 464108e into master Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants