Skip to content

Commit

Permalink
Skip test_esmeralda_exact_result temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaponte committed Feb 20, 2024
1 parent 595db05 commit e6e2d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invisible_cities/cities/esmeralda_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def test_esmeralda_filters_events_threshold(esmeralda_config, config_tmpdir):
assert df_events .evt_number.drop_duplicates().tolist() == evt_all


@mark.skip(reason="the networkx package produces non-deterministic results")
def test_esmeralda_exact_result(esmeralda_config, Th228_tracks, config_tmpdir):
path_out = os.path.join(config_tmpdir, "esmeralda_exact_result.h5")
esmeralda_config["file_out"] = path_out
Expand Down

0 comments on commit e6e2d7d

Please sign in to comment.