You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ENH] Implement .env configuration setup for engine
The commit introduces a .env configuration setup system for GemPy engine and cleans up compute_API.py. Default settings for the application are now sourced from a .env file, enhancing customizable functionality while maintaining the application's default behavior. The .env.example file is added for sample settings. In addition, the requirement, python-dotenv, has been added to requirements.txt. Minor refactoring and formatting changes have been applied to compute_API.py and gempy_engine_config.py for clean and efficient code.
0 commit comments