NLPModelsIpopt.jl icon indicating copy to clipboard operation
NLPModelsIpopt.jl copied to clipboard

Keep track of temporary files

Open tmigot opened this issue 2 years ago • 1 comments

Allow doing the following

for file in NLPModelsIpopt.TEMP_FILES @show isfile(file) end

#101 / #100 : Closing the file by end doesn't after creating the stats doesn't seem to work as I get a resource busy or locked (EBUSY) error.

tmigot avatar Feb 09 '23 15:02 tmigot

Codecov Report

Base: 93.96% // Head: 94.01% // Increases project coverage by +0.05% :tada:

Coverage data is based on head (23b9848) compared to base (1a16af5). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
+ Coverage   93.96%   94.01%   +0.05%     
==========================================
  Files           1        1              
  Lines         116      117       +1     
==========================================
+ Hits          109      110       +1     
  Misses          7        7              
Impacted Files Coverage Δ
src/NLPModelsIpopt.jl 94.01% <100.00%> (+0.05%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Feb 09 '23 15:02 codecov[bot]