Skip to content

Commit

Permalink
Merge pull request #12 from gautam-404/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
gautam-404 authored Jan 21, 2023
2 parents 81488a9 + 8be2efe commit c63ff84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MESAcontroller/MesaFileHandler/MesaAccess.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from collections import OrderedDict

class MesaAccess:
"""Class to access MESA files and parameters.
"""Class to access MESA parameters.
"""
def __init__(self, project='work'):
"""Constructor for MesaAccess class.
Expand Down
6 changes: 3 additions & 3 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


work.create() ## Use boolean arguments 'overwrite' and 'clean' to work on existing projects
work.loadExtras("path/to/custom/run_star_extras_file")
work.load_Extras("path/to/custom/run_star_extras_file")
work.make()

work.loadProjInlist("/path/to/inlist")
work.loadPGstarInlist("/path/to/inlist")
work.load_ProjInlist("/path/to/inlist")
work.load_PGstarInlist("/path/to/inlist")

object = MesaAccess()
object.set("initial_mass", 5)
Expand Down

0 comments on commit c63ff84

Please sign in to comment.