-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/memote #162
Feat/memote #162
Conversation
travis & memote
as JSON files were too large for the repo
@Midnighter after switching from JSON to SQLite (as suggested), the size of the report decreased roughly by half (from 2.04 MB down to 1.19 MB); however, the size still increases linearly with the number of commits: a second test commit increased the size of In the meantime, this PR will remain open until (at least) opencobra/memote#500 is addressed, as it would help out significantly with the amount of reports generated. In turn, opencobra/memote#498 should be addressed before running |
While opencobra/memote#498 would be a big improvement, I don't think it's strictly necessary. Or what do you think? |
@Midnighter, personally I think the more decoupled Since #239 builds on the work here and is ready for merging, I think the current PR can safely be closed. |
Could you open an issue on memote, please, outlining what you would like to be able to specify and how you envision that to work? |
I tried to give a comprehensive description in opencobra/memote#715. |
From the last Action log I see everything worked up until pushing to |
@mihai-sysbio Should the |
The protected branches are configured in the repository settings, so one thing would be to adjust the settings there and try the action again. |
|
Inspecting the page shows a bunch of JavaScript errors:
As these are beyond our control, I would think it is acceptable to merge the PR just as you say @edkerk. To be on the safe side, it might make sense to run the history report locally, to see that the generated report is identical. |
Locally it produces exactly the same HTML file. |
Main improvements in this PR:
The memote report has been added as a CI tool for assessing changes in the model. For now it looks messy, but most of those problems have to do with the history report generation, so it would not be a problem to merge now. The one thing that worries me is that each
.json
file is ~2 MB, which as we continue development might escalate a bit too fast. @Midnighter @ChristianLieven any ideas on how to reduce the size of those files?I hereby confirm that I have:
devel
as a target branch (top left drop-down menu)