Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TaggingBackends
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyx
TaggingBackends
Commits
5dd3b037
Commit
5dd3b037
authored
1 year ago
by
François LAURENT
Browse files
Options
Downloads
Patches
Plain Diff
hotfix before release
parent
7e873751
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!13
Set of commits to be tagged v0.18.2
Pipeline
#135578
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/taggingbackends/explorer.py
+3
-3
3 additions, 3 deletions
src/taggingbackends/explorer.py
with
3 additions
and
3 deletions
src/taggingbackends/explorer.py
+
3
−
3
View file @
5dd3b037
...
...
@@ -16,20 +16,20 @@ DISABLE_JULIA = os.environ.get('DISABLE_JULIA', '')
try
:
from
julia
import
Julia
except
:
if
not
isempty
(
DISABLE_JULIA
)
:
if
not
DISABLE_JULIA
:
logging
.
warning
(
f
"
PyCall not found in JULIA_PROJECT=
{
JULIA_PROJECT
}
;
\
please see https://gitlab.pasteur.fr/nyx/TaggingBackends#recommended-installation
"
)
else
:
try
:
Julia
(
compiled_modules
=
False
)
except
:
if
not
isempty
(
DISABLE_JULIA
)
:
if
not
DISABLE_JULIA
:
logging
.
warning
(
"
Failed to set PyCall with compiled_modules=False
"
)
try
:
from
julia
import
TaggingBackends
from
julia
import
PlanarLarvae
except
:
if
not
isempty
(
DISABLE_JULIA
)
:
if
not
DISABLE_JULIA
:
logging
.
warning
(
f
"
TaggingBackends not found in JULIA_PROJECT=
{
JULIA_PROJECT
}
;
\
please see https://gitlab.pasteur.fr/nyx/TaggingBackends#recommended-installation
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment