Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Meisrimel authored and Peter Meisrimel committed Oct 30, 2024
1 parent 3c407aa commit b78caa0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/test_fmi_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ def test_error_check_invalid_value(self):
assert error_raised

# TODO: Test case that supports storing FMU states required
@nose.tools.nottest
def test_error_controlled_with_downsampling(self):
models, connections = self._load_basic_simulation()
uptate_options = {'result_downsampling_factor': 2,
Expand Down
2 changes: 0 additions & 2 deletions tests/test_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def test_hasattr_works(self):
except AttributeError:
pass

@testattr(stddist = True)
def test_truncated_log_valid_xml(self):
""" Test that a truncated log still contains valid XML."""
# XXX: There currently is no FMU is linux binaries running on Ubuntu 20+ (libgfortran issues)
Expand Down Expand Up @@ -208,7 +207,6 @@ def test_truncated_log_valid_xml(self):
assert len(final_msg) == 1, "MaximumLogSizeExceeded not found or found multiple times?"
assert final_msg[0].nodes[0].text == "Maximum log size was exceeded, log is truncated to fully include logging from last CAPI call not exceeding limit."

@testattr(stddist = True)
def test_resume_logging_on_increased_max_log_size(self):
"""Test that logging will resume when increasing max log size & previously exceeding the maximal size."""
file_path = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit b78caa0

Please sign in to comment.