Skip to content

Commit

Permalink
AD: removal of an unecessary function + small corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Denis committed Jan 8, 2025
1 parent 3db40ca commit 0f3d561
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 173 deletions.
20 changes: 11 additions & 9 deletions ForMoSA/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@
if __name__ == '__main__':
# ----------------------------------------------------------------------------------------------------------------------
## USER configuration path
print()
print('- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -')
print('-> Configuration of environment')
if len(sys.argv) == 1:
print('Where is your configuration file?')
config_file_path = input()
else:
config_file_path = sys.argv[1]
print()
# print()
# print('- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -')
# print('-> Configuration of environment')
# if len(sys.argv) == 1:
# print('Where is your configuration file?')
# config_file_path = input()
# else:
# config_file_path = sys.argv[1]
# print()

config_file_path = '/home/adenis/These/ForMoSA_Main/config_AFLep_ExoREM_cloudless_fixed_Teff_logg_prior_FeH.ini'

# ----------------------------------------------------------------------------------------------------------------------
## CONFIG_FILE reading and defining global parameters
Expand Down
Loading

0 comments on commit 0f3d561

Please sign in to comment.