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(quotes+exe_path+nam_file): fixes for quoted strings, exe path, and nam file #1645

Merged
merged 3 commits into from
Dec 8, 2022
Merged

Conversation

spaulins-usgs
Copy link
Contributor

@spaulins-usgs spaulins-usgs commented Dec 7, 2022

Quotes properly removed when loading files with quoted strings (#1643). If all else fails trying to find exe_path, abs_path is used (#1633). Proper error message given when user attempts to create namefile (#1617).

…iles with quoted strings. If all else fails trying to find exe_path, abs_path is used. Proper error message given when user attempts to create namefile.
@codecov
Copy link

codecov bot commented Dec 7, 2022

Codecov Report

Merging #1645 (5f8a6f8) into develop (57d0862) will increase coverage by 0.0%.
The diff coverage is 93.3%.

@@           Coverage Diff           @@
##           develop   #1645   +/-   ##
=======================================
  Coverage     72.7%   72.7%           
=======================================
  Files          251     251           
  Lines        54504   54517   +13     
=======================================
+ Hits         39671   39683   +12     
- Misses       14833   14834    +1     
Impacted Files Coverage Δ
flopy/mbase.py 69.1% <50.0%> (-0.1%) ⬇️
flopy/mf6/mfmodel.py 57.1% <100.0%> (+0.2%) ⬆️
flopy/mf6/mfpackage.py 64.8% <100.0%> (+<0.1%) ⬆️
flopy/mf6/modflow/mfsimulation.py 59.6% <100.0%> (+0.1%) ⬆️
flopy/utils/datautil.py 63.0% <100.0%> (-0.5%) ⬇️
flopy/mf6/mfbase.py 79.6% <0.0%> (+0.5%) ⬆️

@jdhughes-usgs jdhughes-usgs merged commit 3131e97 into modflowpy:develop Dec 8, 2022
wpbonelli pushed a commit to wpbonelli/flopy that referenced this pull request Dec 14, 2022
…d nam file (modflowpy#1645)

* fix(quotes+exe_path+nam_file): Quotes properly removed when loading files with quoted strings.  If all else fails trying to find exe_path, abs_path is used.  Proper error message given when user attempts to create namefile.

* test(quotes): added test for quoting of names in spaces

Co-authored-by: jdhughes-usgs <jdhughes@usgs.gov>
wpbonelli pushed a commit to wpbonelli/flopy that referenced this pull request Dec 14, 2022
…d nam file (modflowpy#1645)

* fix(quotes+exe_path+nam_file): Quotes properly removed when loading files with quoted strings.  If all else fails trying to find exe_path, abs_path is used.  Proper error message given when user attempts to create namefile.

* test(quotes): added test for quoting of names in spaces

Co-authored-by: jdhughes-usgs <jdhughes@usgs.gov>
wpbonelli pushed a commit that referenced this pull request Dec 14, 2022
…d nam file (#1645)

* fix(quotes+exe_path+nam_file): Quotes properly removed when loading files with quoted strings.  If all else fails trying to find exe_path, abs_path is used.  Proper error message given when user attempts to create namefile.

* test(quotes): added test for quoting of names in spaces

Co-authored-by: jdhughes-usgs <jdhughes@usgs.gov>
wpbonelli pushed a commit to wpbonelli/flopy that referenced this pull request Dec 14, 2022
…d nam file (modflowpy#1645)

* fix(quotes+exe_path+nam_file): Quotes properly removed when loading files with quoted strings.  If all else fails trying to find exe_path, abs_path is used.  Proper error message given when user attempts to create namefile.

* test(quotes): added test for quoting of names in spaces

Co-authored-by: jdhughes-usgs <jdhughes@usgs.gov>
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.

2 participants