You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LLEPE/tests/test_reeps.py

10 lines
223 B

import sys
sys.path.append('../')
from reeps import REEPS
import json
with open('one_comp_settings.txt') as file:
testing_params = json.load(file)
beaker = REEPS(**testing_params)
print(beaker.get_in_moles()['Nd+++'])