Skip to content

Commit

Permalink
Merge branch 'master' of github.com:djgroen/flee
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen committed Mar 4, 2024
2 parents 31d1ff9 + 800f402 commit f8f9c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flee/postprocessing/plot_flee_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def plot_errors(data, config: str, output: str, model: str = "macro") -> None:
diffdata = sim_errors.abs_diff(rescaled=False) / np.maximum(un_refs, np.ones(len(un_refs)))
diffdata_rescaled = sim_errors.abs_diff(rescaled=True) / np.maximum(un_refs, np.ones(len(un_refs)))

print(sim_errors.location_errors)
#print(sim_errors.location_errors)
#print(diffdata)
#print(diffdata_rescaled)

Expand Down

0 comments on commit f8f9c6e

Please sign in to comment.