Closed RobertArbon closed 3 weeks ago
Hi folks,
I've been trying to debug and been finding it difficult to read so:
I ran 'black' on the source code.
I had to change the following line in converter.py by hand.
converter.py
# original print(IC50_to_dG(np.array([100/ /0, 100, 10, 1, 0.46, 0.01, 0.001]))/4.18) # new print(IC50_to_dG(np.array([1000, 100, 10, 1, 0.46, 0.01, 0.001])) / 4.18)
TBH I'm a bit unsure what the original formatting choice was for - I hope this is ok.
I've added 'black' dependency to a new environment_dev.yml so that developers can use this in the future.
environment_dev.yml
Currently debugging some things so can't be sure it hasn't changed anything.
Thanks!
I just thought I don't really know whether this was appropriate or not! I was just working through the code and did it and submitted it as a PR almost without thinking.! Sorry if this is not cool!
Hi folks,
I've been trying to debug and been finding it difficult to read so:
I ran 'black' on the source code.
I had to change the following line in
converter.py
by hand.TBH I'm a bit unsure what the original formatting choice was for - I hope this is ok.
I've added 'black' dependency to a new
environment_dev.yml
so that developers can use this in the future.Currently debugging some things so can't be sure it hasn't changed anything.
Thanks!