Konstantinos Kavvadias

Results 4 issues of Konstantinos Kavvadias

- [ ] Update documentation. Explain new input - [ ] Create tests - [ ] Backwards compatibility

I had trouble running the library without defining explicitly the gams directory as my GAMS installaiton couldn't be located by 'which'. Moreover I added gdxcc as a requirement in setup.py...

enhancement

### Bug summary ```python from prefect import flow from pathlib import Path mycode_path = Path(r'\\192.168.1.10\d\mycode\src') if __name__ == "__main__": flow.from_source( source=mycode_path , entrypoint="app.py:get_data" ).serve(name="get_data_app", cron="0 4 * * *") ```...

bug