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

Make sure that values in convert_to_xml are not None #182

Merged
merged 3 commits into from Jul 21, 2022

Conversation

janssenhenning
Copy link
Contributor

Triggering example

from masci_tools.io.fleurxmlmodifier import FleurXMLModifier

fm = FleurXMLModifier()
fm.set_inpchanges({'forcealpha': None})
fm.modify_xmlfile('inp.xml')

@codecov
Copy link

codecov bot commented Jul 21, 2022

Codecov Report

Merging #182 (b47123f) into develop (e82ad70) will decrease coverage by 0.00%.
The diff coverage is 94.11%.

@@             Coverage Diff             @@
##           develop     #182      +/-   ##
===========================================
- Coverage    86.58%   86.58%   -0.01%     
===========================================
  Files          135      135              
  Lines        24368    24372       +4     
===========================================
+ Hits         21100    21103       +3     
- Misses        3268     3269       +1     

@janssenhenning janssenhenning force-pushed the fix/passing-none-to-xml-converters branch from d49975e to c84391a Compare July 21, 2022 12:17
@janssenhenning janssenhenning merged commit fa5cbaa into develop Jul 21, 2022
@janssenhenning janssenhenning deleted the fix/passing-none-to-xml-converters branch July 21, 2022 12:32
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

1 participant