-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Solution to logging for the import errors from local database files (primarily excel). * Updating some help/tool tips in the AB to provide more explicit messages for the user * Extra checks for scenario imports. * Improved structure of loading, fixes use of Exceptions for scenario parameter imports. * Provides a save functionality for the combined scenario dataframes within the AB. * Changes the location of error reports during the linking of activities in the scenario files. Improves the messaging and text provided in the popup and warning messages. * Drops the index of the scenario dataframe when exporting this to the file system. * Updates to the dataframe function for updating database names in scenario files. * Bug correction for OverrideCursor. * Adds corrections to the dataframe modules scenario_replace_databases function and the ABPopup save_dataframe method. * Finalizing corrections to the dataframe module scenario_replace_databases function. * Corrects and improves on the current checks for both the absence of, and use of bad keys for accessing activities from the BW SQL databases. * Updates to the handling of poor process keys in the scenario files. * Corrections and adjustments to procedures for importing scenario difference files. * Added conditions and exceptions to avoid minor bugs related to the retention of the loading cursor symbol. * bug fix removing the object fields from the scenario dataframe that will be incorporated in the LCA analysis * Bug fix for importing feather files that should correctly convert the keys to tuples. * Documentation improvements to changes in the scenario checking code. * Adds checks to the exchange amounts from the scenario difference files and the associated errors. * Adds a warning for unalignable scenario columns. * Adds a new warning to the bwutils.errors module 'UnalignableScenarioColumnsWarning'. Contains significant changes to the manager module: Changes the execution of checking the scenario exchange values. Changes the use of scenario expansion errors. Vectorizes the approach used in merge_flows_to_self. * Final corrections to the updated scenario code. * Removes usage of the standard python print statement * Corrections to merge_flows_to_self and 'error' messages related to parameter scenario files
- Loading branch information
Showing
25 changed files
with
1,233 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.