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

Remove GModel dependence on Cloudy #35

Merged
merged 1 commit into from
Feb 17, 2020
Merged

Remove GModel dependence on Cloudy #35

merged 1 commit into from
Feb 17, 2020

Conversation

charleskawczynski
Copy link
Member

This removes the dependence of GModel on Cloudy, but there is still a need for a Pkg.build() in GModel, which would be nice to remove:

# TODO: Remove build (which currently prevents segfault):
using Pkg; Pkg.build()

Without this Pkg.build(), the code segfaults in the GPR test. I'll open an issue regarding this.

The good thing here is that now CalibrateEmulateSample.jl has no knowledge of Cloudy (except for in the Cloudy example).

@charleskawczynski
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Feb 17, 2020
35: Remove GModel dependence on Cloudy r=charleskawczynski a=charleskawczynski

This removes the dependence of GModel on Cloudy, but there is still a need for a `Pkg.build()` in GModel, which would be nice to remove:

```
# TODO: Remove build (which currently prevents segfault):
using Pkg; Pkg.build()
```

Without this `Pkg.build()`, the code segfaults in the GPR test. I'll open an issue regarding this.

The good thing here is that now CalibrateEmulateSample.jl has no knowledge of Cloudy (except for in the Cloudy example).

Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
@codecov
Copy link

codecov bot commented Feb 17, 2020

Codecov Report

Merging #35 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   61.12%   61.12%           
=======================================
  Files          12       12           
  Lines         481      481           
=======================================
  Hits          294      294           
  Misses        187      187
Impacted Files Coverage Δ
src/GModel.jl 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9718a69...eddda86. Read the comment docs.

@bors
Copy link
Contributor

bors bot commented Feb 17, 2020

@bors bors bot merged commit eddda86 into master Feb 17, 2020
@bors bors bot deleted the ck/RemoveCloudyDep branch February 17, 2020 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant