You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The insert_nosim and remove_nosim jobs does not behave correctly on osx systems.
To Reproduce
Steps to reproduce the behavior:
Remove the skip from tests/jobs/nosim/test_nosim.py
Run on osx
Expected behavior
Passing test
Additional context
The GNU extension for the sed command on osx behaves slightly different.
The result when running the forward model job is as follow:
cat insert_nosim.stderr.1
sed: 1: "TEST.DATA": invalid command code T
The text was updated successfully, but these errors were encountered:
Describe the bug
The
insert_nosim
andremove_nosim
jobs does not behave correctly on osx systems.To Reproduce
Steps to reproduce the behavior:
tests/jobs/nosim/test_nosim.py
Expected behavior
Passing test
Additional context
The GNU extension for the sed command on osx behaves slightly different.
The result when running the forward model job is as follow:
The text was updated successfully, but these errors were encountered: