Skip to content

Added type conversion to read_nepfile

Paul Erhart requested to merge type-conversion-in-read_nepfile into master

This MR adds type conversion to the read_nepfile function. Whereas before the values were returned as strings, for known keywords the return values now have the proper types.

Merge request reports