Importing input files from json to PySAM for Pvwattsv8

  • pgilman
More
11 Jul 2024 12:19 #13300 by pgilman
The correct workaround for this issue is:
Code:
for k, v in pv_inputs.items(): if k != 'number_inputs':     if 'adjust_' in k:         k = k.replace('adjust_','') pv_model.value(k, v)

See github.com/NREL/pysam/issues/164

Best regards,
Paul.

 

Please Log in or Create an account to join the conversation.

Moderators: pgilman
Powered by Kunena Forum