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

Feature/pathlib support #103

Merged
merged 2 commits into from
Sep 26, 2022
Merged

Feature/pathlib support #103

merged 2 commits into from
Sep 26, 2022

Conversation

sblauth
Copy link
Owner

@sblauth sblauth commented Sep 26, 2022

Add pathlib support and remove os.path usage

Closes #102

@sblauth sblauth added the enhancement New feature or request label Sep 26, 2022
@sblauth sblauth self-assigned this Sep 26, 2022
@sblauth sblauth enabled auto-merge (rebase) September 26, 2022 08:57
@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2022

Codecov Report

Merging #103 (0f13818) into main (2c4a3fd) will increase coverage by 0.01%.
The diff coverage is 95.83%.

@@            Coverage Diff             @@
##             main     #103      +/-   ##
==========================================
+ Coverage   94.40%   94.40%   +0.01%     
==========================================
  Files          65       65              
  Lines        5533     5538       +5     
==========================================
+ Hits         5223     5228       +5     
  Misses        310      310              
Impacted Files Coverage Δ
cashocs/geometry/mesh_handler.py 93.15% <87.50%> (+0.06%) ⬆️
...n/shape_optimization/shape_optimization_problem.py 96.95% <100.00%> (ø)
cashocs/geometry/mesh.py 100.00% <100.00%> (ø)
cashocs/io/output.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sblauth sblauth merged commit 7bf6297 into main Sep 26, 2022
@sblauth sblauth deleted the feature/pathlib_support branch September 26, 2022 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Development] Replace os.path with pathlib
2 participants