mirror of
https://github.com/ANL-CEEESA/LLEPE.git
synced 2025-12-08 02:48:52 -06:00
Modified reeps to grab charge from REE in xml file for initial chlorine moles calculation
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import json
|
||||
import sys
|
||||
|
||||
sys.path.append('../')
|
||||
from reeps import REEPS
|
||||
import json
|
||||
|
||||
|
||||
with open('one_comp_settings.txt') as file:
|
||||
testing_params = json.load(file)
|
||||
|
||||
Reference in New Issue
Block a user