Torsten Giess
Torsten Giess
Thank you for looking over it! Here, a few comments: > **Dependencies**: `utils.py` imports sympy as well as pyenzyme, yet none of them are declared in `requirements.txt`. We should discuss...
I think I have addressed all points mentioned so far, so you may continue with the detailed code review now! > On another note. I also have a conda build...
I have addressed a few more issues we discussed in pull requests #14 and #15 and merged them with this pull request: - With #14, handling of multiple EnzymeML measurements...
@jmrohwer: In https://github.com/NMRPy/nmrpy/pull/18, I have added handling of t0 values in `MeasurementData` of EnzymeML documents to the library. Initial values can now be set using `FidArray.add_t0_to_enzymeml()`. Both an option for...