mirror of
https://github.com/ANL-CEEESA/LLEPE.git
synced 2025-12-06 01:48:53 -06:00
started project
This commit is contained in:
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
@@ -1,5 +0,0 @@
|
||||
import sys
|
||||
sys.path.append('../')
|
||||
from reeps import REEPS
|
||||
|
||||
testing=
|
||||
10
tests/test_reeps.py
Normal file
10
tests/test_reeps.py
Normal file
@@ -0,0 +1,10 @@
|
||||
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+++'])
|
||||
Reference in New Issue
Block a user