started project

This commit is contained in:
titusquah
2020-06-01 18:26:06 -06:00
parent 7bfeaae683
commit ff5cab12a7
7 changed files with 218 additions and 1297 deletions

0
tests/__init__.py Normal file
View File

View File

@@ -1,5 +0,0 @@
import sys
sys.path.append('../')
from reeps import REEPS
testing=

10
tests/test_reeps.py Normal file
View 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+++'])