Skip to content

Commit

Permalink
added + read in a simulated data file to compute posteriors test
Browse files Browse the repository at this point in the history
  • Loading branch information
Farrmol committed Oct 11, 2024
1 parent 3147d1b commit f40b8db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 104 deletions.
51 changes: 0 additions & 51 deletions orbitize/example_data/test_orbital_data.csv

This file was deleted.

51 changes: 0 additions & 51 deletions test_orbital_data.csv

This file was deleted.

4 changes: 2 additions & 2 deletions tests/test_brightness.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_read_input_with_brightness():

num_secondary_bodies = 1

input_file = os.path.join(DATADIR, "reflected_light_example.csv")
input_file = os.path.join(DATADIR, "test_orbital_data.csv")

data_table = read_input.read_file(input_file)

Expand Down Expand Up @@ -96,7 +96,7 @@ def test_compute_posteriors():

num_secondary_bodies = 1

input_file = os.path.join(DATADIR, "GJ504.csv")
input_file = os.path.join(DATADIR, "orbital_data_with_id.csv")
data_table = read_input.read_file(input_file)

system_mass = 1.47
Expand Down

0 comments on commit f40b8db

Please sign in to comment.