Skip to content
Snippets Groups Projects
Commit f303f091 authored by Paolo Veglio's avatar Paolo Veglio
Browse files

removed a few print statements intended only for debugging

parent 86652a5f
No related merge requests found
# Changelog
## 1.3.14 (pending)
## 1.3.14 (2020-05-21)
### Changes
- Dimension name slightly changed again for clarity. Now dimensions for Histogram and
......@@ -11,6 +11,9 @@
and `longitude`. An error has been added in order to be able to track this error easily
if needed.
### Fixes
- the "print" statements present in the previous tag have been removed. The code now
should run smoothly without outputting anything that is not intended.
## 1.3.13 (2020-04-15)
......@@ -20,6 +23,10 @@
is also appended at the end. The resulting format is `variable_name_00`. The only
exceptions are `latitude` and `longitude`.
### Known Issues
- some "print" instructions intended for debugging are still in the code, as a result
Yori prints out a lot of unintended messages in the terminal. This doesn't have any
effect on the end results.
## 1.3.12 (2020-03-03)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment