-
Notifications
You must be signed in to change notification settings - Fork 306
Deprecation warnings from moved utils functions #1719
Copy link
Copy link
Closed
Description
Found a few tools moved from utils that still need to be cleaned up
2017-10-09 15:11:37 DEBUG [PEcAn.logger::logger.debug] :
Waiting for the following jobs: 105128 105129 105130 105131 105132
Warning: '$.SafeList' is deprecated.
Use 'PEcAn.settings::$.SafeList' instead.
See help("Deprecated")
Warning: '$.SafeList' is deprecated.
Use 'PEcAn.settings::$.SafeList' instead.
See help("Deprecated")
Warning: '$.SafeList' is deprecated.
Use 'PEcAn.settings::$.SafeList' instead.
and
2017-10-09 15:11:17 DEBUG [PEcAn.logger::logger.debug] :
updated met path:
/data/Model_Output/pecan.output/dbfiles/CRUNCEP_SIPNET_site_2-5/CRUNCEP.1990-01-01.2010-12-31.clim
Warning: 'listToXml.default' is deprecated.
Use 'PEcAn.settings::listToXml.default' instead.
See help("Deprecated")
Warning: 'listToXml' is deprecated.
Use 'PEcAn.settings::listToXml' instead.
See help("Deprecated")
Warning: 'listToXml.default' is deprecated.
Use 'PEcAn.settings::listToXml.default' instead.
Description
Move to settings
Reactions are currently unavailable