Skip to content

Commit

Permalink
fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Aug 14, 2024
1 parent 78f20bd commit 98524a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beast/plotting/plot_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def plot_cmd(
fig = plt.figure(figsize=(9, 9))

# sets up plots to have larger fonts, wider lines, etc.
#set_params()
set_params()

plt.plot(col, mag, "ko", ms=0.5)

Expand Down
2 changes: 1 addition & 1 deletion beast/tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def download_rename(filename, tmpdir=""):
return fname


def compare_tables(table_cache, table_new, rtol=1e-7, otag=""):
def compare_tables(table_cache, table_new, rtol=1e-6, otag=""):
"""
Compare two tables using astropy tables routines.
Expand Down

0 comments on commit 98524a5

Please sign in to comment.