andreped commited on
Commit
3e71405
·
1 Parent(s): 9331cda

Update IBDColEpi.py

Browse files
Files changed (1) hide show
  1. IBDColEpi.py +2 -0
IBDColEpi.py CHANGED
@@ -74,6 +74,8 @@ class IBDColEpi(datasets.GeneratorBasedBuilder):
74
 
75
  VERSION = datasets.Version("1.0.0")
76
 
 
 
77
  # This is an example of a dataset with multiple configurations.
78
  # If you don't want/need to define several sub-sets in your dataset,
79
  # just remove the BUILDER_CONFIG_CLASS and the BUILDER_CONFIGS attributes.
 
74
 
75
  VERSION = datasets.Version("1.0.0")
76
 
77
+ print("VERSION:", VERSION)
78
+
79
  # This is an example of a dataset with multiple configurations.
80
  # If you don't want/need to define several sub-sets in your dataset,
81
  # just remove the BUILDER_CONFIG_CLASS and the BUILDER_CONFIGS attributes.