Skip to content

Commit

Permalink
update imports from post processor
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed May 29, 2024
1 parent d128922 commit 29ea141
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions demeter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
from demeter.install_supplement import get_package_data

from demeter.preprocess_data import format_gcam_data, FormatGcamDataFrame
from demeter.post_process.demeter_plotter import LandCoverPlotter
from demeter.post_process.post_process_results import DataProcessor

__author__ = "Chris R. Vernon (chris.vernon@pnnl.gov); Yannick le Page (niquya@gmail.com)"
__version__ = '1.2.0'

__all__ = ['Model', 'format_gcam_data', 'run_model', 'get_package_data', 'FormatGcamDataFrame']
__version__ = '2.2.0'
Empty file.

0 comments on commit 29ea141

Please sign in to comment.