Content-Length: 373186 | pFad | http://github.com/LLNL/merlin/pull/442/commits/e47196a362b0c06a9d6010110f0ee327da1b5f78

EB feature/new-status by bgunnar5 · Pull Request #442 · LLNL/merlin · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/new-status #442

Merged
merged 19 commits into from
Oct 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run fix-style and remove import of deprecated function
  • Loading branch information
bgunnar5 committed Aug 18, 2023
commit e47196a362b0c06a9d6010110f0ee327da1b5f78
2 changes: 1 addition & 1 deletion merlin/exceptions/__init__.py
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"HardFailException",
"InvalidChainException",
"RestartException",
"DeepMergeException,"
"DeepMergeException,",
)


1 change: 0 additions & 1 deletion merlin/study/celeryadapter.py
Original file line number Diff line number Diff line change
@@ -205,7 +205,6 @@ def query_celery_workers(spec_worker_names, queues, workers_regex):
:param `workers_regex`: A list of regexs to filter by
"""
from merlin.celery import app # pylint: disable=C0415
from merlin.display import tabulate_info # pylint: disable=C0415

# Ping all workers and grab which ones are running
workers = get_workers_from_app()
2 changes: 1 addition & 1 deletion merlin/study/step.py
Original file line number Diff line number Diff line change
@@ -460,4 +460,4 @@ def execute(self, adapter_config):
if self.restart and self.get_restart_cmd():
return ReturnCode(self.mstep.restart(adapter))

return ReturnCode(self.mstep.execute(adapter))
return ReturnCode(self.mstep.execute(adapter))
2 changes: 1 addition & 1 deletion merlin/utils.py
Original file line number Diff line number Diff line change
@@ -662,4 +662,4 @@ def ws_time_to_dt(ws_time: str) -> datetime:
hour = int(ws_time[9:11])
minute = int(ws_time[11:13])
second = int(ws_time[13:])
return datetime(year, month, day, hour=hour, minute=minute, second=second)
return datetime(year, month, day, hour=hour, minute=minute, second=second)
2 changes: 1 addition & 1 deletion tests/unit/study/__init__.py
Original file line number Diff line number Diff line change
@@ -26,4 +26,4 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
###############################################################################
###############################################################################








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/LLNL/merlin/pull/442/commits/e47196a362b0c06a9d6010110f0ee327da1b5f78

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy