Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEP006] Aggregate TARDIS restructure and configuration system cleanup #652

Merged
merged 127 commits into from
Dec 20, 2016

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    98f1250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c400a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bbd4b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f74de3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ea458a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a71008 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e4a9ce View commit details
    Browse the repository at this point in the history
  8. Add a model.density module and a model.base.from_config classmethod.

    Organize the different density types in descriptor classes in the model.density
    module. Add a way of creating the restructured Radial1DModel from
    a Configuration object.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    2847045 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    674ab30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3872fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2968e63 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    797e611 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    301584a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a601d2d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    56c9f07 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d069be7 View commit details
    Browse the repository at this point in the history
  17. Add a plasma parameter to MontecarloRunner.run

    The MontecarloRunner now needs a separate reference to the plasma since the restructured Radial1DModel doesn't have the plasma as an attribute anymore.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    7fdbb8d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7f027bc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    902dea8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    66f763b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2123d61 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3a96b67 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1e68a69 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c03d951 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3adf6f7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3b18130 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4069a9b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2690d6a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bb725cd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    48ad9cd View commit details
    Browse the repository at this point in the history
  31. Revert "Move and adapt calculate_j_blues from the old Radial1DModel t…

    …o MontecarloRunner."
    
    This reverts commit 9f4385e, because it
    was decided that the j_blues will become plasma properties.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    134b715 View commit details
    Browse the repository at this point in the history
  32. Add a calculate_time_of_simulation and a calculate_luminosity_inner t…

    …o the MontecarloRunner.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    1907ede View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2296737 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0f48a0a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    368790c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    11c21b2 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c770bf3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    58e21eb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    10bf4ec View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ee24013 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    0d7c472 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1a604b2 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f58cd0a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    43c780d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0fb355d View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    1f5c11c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    355b16e View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    8971b58 View commit details
    Browse the repository at this point in the history
  49. Remove time_0 from a required property in specific densities.

    Use time_explosion as time_0 if the latter was not provided in the configuration.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    606d534 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    bc730cd View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    285af6f View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    caa221a View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d7f11d5 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    f323371 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    d6e002b View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    58653fa View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    596c2ea View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    346e514 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    40f46bc View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    15d8b77 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    d6c3880 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    30cda17 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    99ac69a View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    f429b4e View commit details
    Browse the repository at this point in the history
  65. Move the luminosity_nu_[start|end] calculation from config_reader to …

    …Simulation.from_config.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    ed504ce View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    d1bec3b View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    9cfc4ce View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    7c1151d View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    9a58984 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    2c0b675 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    9d48cf6 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    f9a9a15 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    1fbb69b View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    fe6e2f0 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    3df9525 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    cacc66f View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    2cf6830 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    1cff639 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    9928a61 View commit details
    Browse the repository at this point in the history
  80. Fix tests for simulation.

    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    21b751d View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    8d51913 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    a2b4b3b View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    77d0e89 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    898128d View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    735a06d View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    012457c View commit details
    Browse the repository at this point in the history
  87. Fix simulation trying to access hold_iterations value when convergenc…

    …e type is not specific.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    18810ef View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    a02e83e View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    0abc70b View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    d357b7d View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    baf655c View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    8e0bf33 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    89c4ca3 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    06d77b0 View commit details
    Browse the repository at this point in the history
  95. Add a test module for model

    Add a test module for Radial1DModel, containing the
    tests that were part of config_reader before the restructure
    and the config_reader cleanup. Therefore, these tests mostly
    cover creating a Radial1DModel from various configuration
    inputs and checking the correctness of the values read.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    0c30093 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    a91c72e View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    72ffb02 View commit details
    Browse the repository at this point in the history
  98. Remove the distinction of j_blues and lte_j_blues in the LevelBoltzma…

    …nnFactorNLTE calculate methods.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    ee52657 View commit details
    Browse the repository at this point in the history
  99. Access nlte_species from nlte_data instead of plasma_parent.

    Accessing attributes from the plasma_parent inside plasma modules should be avoided. In this case nlte_species could be accessed from nlte_data which is a ProcessingPlasmaProperty
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    480b73e View commit details
    Browse the repository at this point in the history
  100. Change references to Radial1DModel.t_rads to t_rad.

    t_rads was renamed to t_radiative and t_rad.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    a795903 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    aa38a2f View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    8ab42b6 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    d9caf28 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    6b32da7 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    5da19f2 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    9857db8 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    eb23a45 View commit details
    Browse the repository at this point in the history
  108. Skip test_plasma_simple.

    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    9c40430 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    f5d5e39 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    e7c4a8d View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    4b97676 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    e55f4d1 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    8929b5a View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    50fde00 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    1692e50 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    ea88f9d View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    848a64e View commit details
    Browse the repository at this point in the history
  118. Fix slicing the t_radiative twice in the getter if it was initialized…

    … inside the Radial1DModel.
    ftsamis committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    450fc17 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    5640c5f View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    b85aea9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    02506b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    329564b View commit details
    Browse the repository at this point in the history
  3. Rename the after_time method of HomologousDensity to calculate_densit…

    …y_at_time_of_simulation
    ftsamis committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    c3b7550 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3f5946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    782a0ab View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2016

  1. Configuration menu
    Copy the full SHA
    136f667 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Revert "Use sigma_T from astropy constants instead of hardcoding it, …

    …also fixing its unit."
    
    This reverts commit 136f667.
    ftsamis committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1c79c5e View commit details
    Browse the repository at this point in the history