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

Allow reading of dot-files from input file directory #39

Merged
merged 1 commit into from
Apr 5, 2022

Conversation

awvwgk
Copy link
Member

@awvwgk awvwgk commented Apr 5, 2022

cc @hoelzerC

Allows reading .CHRG and .UHF from directory of input file (not the current working directory).

New error message from command-line driver for invalid input.

  • invalid value
Error: Cannot read value from file
 --> ./.CHRG:1:1-2
  |
1 | AB
  | ^^ expected integer value
  |
  • no value
Error: Cannot read value from file
 --> ./.CHRG:1:1
  |
1 | 
  | ^ expected integer value
  |

New option to ignore .CHRG and .UHF with --ignore-dot-files.

@codecov
Copy link

codecov bot commented Apr 5, 2022

Codecov Report

Merging #39 (91fffc1) into main (ee322b1) will decrease coverage by 0.39%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   70.27%   69.88%   -0.40%     
==========================================
  Files          60       60              
  Lines        7569     7610      +41     
  Branches     2207     2227      +20     
==========================================
- Hits         5319     5318       -1     
- Misses        693      735      +42     
  Partials     1557     1557              
Impacted Files Coverage Δ
app/main.f90 0.00% <0.00%> (ø)
src/mctc/io/read.f90 50.00% <0.00%> (-1.36%) ⬇️

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 ee322b1...91fffc1. Read the comment docs.

@awvwgk awvwgk merged commit 95e3dce into grimme-lab:main Apr 5, 2022
@awvwgk awvwgk deleted the chrg-uhf branch April 5, 2022 09:07
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