Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asr-benchmarks
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcin Wątroba
asr-benchmarks
Commits
11e9d389
Commit
11e9d389
authored
2 years ago
by
Marcin Wątroba
Browse files
Options
Downloads
Patches
Plain Diff
Update asr
parent
af328d4b
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
new_experiment/new_dependency_provider.py
+1
-1
1 addition, 1 deletion
new_experiment/new_dependency_provider.py
with
1 addition
and
1 deletion
new_experiment/new_dependency_provider.py
+
1
−
1
View file @
11e9d389
...
...
@@ -11,7 +11,7 @@ def get_minio_client() -> Minio:
def
get_mongo_client
()
->
MongoClient
:
return
MongoClient
(
'
mongodb://root:example@
192.168.0.124
:27021
/
'
)
return
MongoClient
(
'
mongodb://root:example@
localhost
:27021
'
)
def
get_experiment_repository
(
dataset_name
:
str
)
->
ExperimentRepository
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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