Closed SoloSynth1 closed 4 months ago
Marking this PR as ready for review.
@jinyz8888 @tonyshumlh @JohnShiuMK Please note that some links in README.md does not work yet as the ReadtheDocs page has not been rendered. I have tested locally and the links should work once this PR is merged into main
triggering RTD's rendering action on latest.
@SoloSynth1 i tried to run through every command in README and most things are fine, except the export of Evaluation Report that has error in lacking package tabulate
. (shown below).
Can we include it in our Poetry pyproject.toml
, e.g. tabulate = "^0.9.0"
?
@SoloSynth1 i tried to run through every command in README and most things are fine, except the export of Evaluation Report that has error in lacking package
tabulate
. (shown below).Can we include it in our Poetry
pyproject.toml
, e.g.tabulate = "^0.9.0"
?
What's your export target format? Is it HTML?
Also if possible, would you mind to paste the whole error stack?
Also if possible, would you mind to paste the whole error stack?
I think adding tabulate = "^0.9.0"
under [tool.poetry.dependencies] in pyproject.toml will quickly solve the problem
in the README acknowledgement: Dr. Simon Goringfor
Also if possible, would you mind to paste the whole error stack?
Will try to reproduce this in my environments once I get back to campus
in the README acknowledgement: Dr. Simon Goringfor
Fixed
This PR:
README.md
,CONTRIBUTING.md
Closes #205.