MetOffice / PyPRECIS

PyPRECIS is the python based training environment for Met Office PRECIS training courses.
BSD 3-Clause "New" or "Revised" License
20 stars 2 forks source link

Fix os.join() issue and use f strings to fix prints #160

Closed JoshuaWiggs closed 1 year ago

JoshuaWiggs commented 1 year ago

Worked through EAS-22 Worksheet 2, fixed the issues I encountered with os.join(), only found 1 in the end. There were issues with print statements and the mixing of datatypes, these have also been fixed.