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

Fix solver for relative workdir #121

Merged
merged 3 commits into from
Jul 20, 2023
Merged

Fix solver for relative workdir #121

merged 3 commits into from
Jul 20, 2023

Conversation

andreaperin
Copy link
Collaborator

Add a check on solver path.

  • stdout and stderr from solver run do not depend anymore on relative paths
  • a warning will be throw when he solver has a relative path

        - stdout and stderr from solver run do not depend anymore on
          relative paths.
        - a warning will be throw when he solver has a relative path
@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (966c832) 98.68% compared to head (c26e75b) 98.68%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   98.68%   98.68%           
=======================================
  Files          23       23           
  Lines         835      838    +3     
=======================================
+ Hits          824      827    +3     
  Misses         11       11           
Impacted Files Coverage Δ
src/solvers/solver.jl 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@FriesischScott FriesischScott self-assigned this Jul 19, 2023
src/solvers/solver.jl Outdated Show resolved Hide resolved
@FriesischScott FriesischScott changed the title Solver Relative Path errors Fix solver for relative workdir Jul 20, 2023
@FriesischScott FriesischScott merged commit 019e992 into FriesischScott:master Jul 20, 2023
7 checks passed
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.

None yet

2 participants