-
Notifications
You must be signed in to change notification settings - Fork 0
Timeline
Carlos Sevilla Salcedo edited this page Apr 28, 2023
·
6 revisions
Finer grain todos are tracked in the Project
What are we working on in the near future (short-term):
- Check repo for opening (@cam586 & @sevisal, @teemu-ruokolainen check repo)
- Add disclaimers and timeline to README.md (@cam586)
- Open it (@cam586 & @sevisal)
- Test some of the examples, see if we can run them (AaltoRSE)
- Make it a Python package, requirements file, install instructions from the package, etc. (@teemu-ruokolainen)
- Command line interface for GUI (@teemu-ruokolainen)
- Command line interface for single tests from an XML file (@cam586 & @sevisal) example:
aidesign aidesign/examples/xml_files/test1.xml --output=results.txt
- Tests that run locally (pytest) (Teemu basic framework, @cam586 & @sevisal start adding more tests from there).
- for example: numpy.random.tests: https://github.com/numpy/numpy/blob/main/numpy/random/tests/test_random.py
- Tests that run on Github Actions (@teemu-ruokolainen)
- Report on progress and decide next steps
What we plan to change (mid-term):
- Data passing structuring/architecture
- Parallelisation/concurrent execution
- Scalability
Nice to have things (long-term):
- Stable version on operating systems
- Compatibility with proprietary licensed software
- Run the pipeline on a server
- AI assistance