world-federation-of-advertisers / cardinality_estimation_evaluation_framework

Evaluation framework and methods for estimating cardinalities of groups of sets
Apache License 2.0
22 stars 9 forks source link

Minor change to analyzer.py #85

Closed huangxichen1 closed 4 years ago

huangxichen1 commented 4 years ago
  1. Close fig after saving plot. If without this fix, will see the following message when running the complete evaluation:
    RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`)
  2. Fix a typo of a global variable value.