Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
sfwatergit
Flatland
Commits
00630024
Commit
00630024
authored
5 years ago
by
Egli Adrian (IT-SCI-API-PFI)
Browse files
Options
Downloads
Patches
Plain Diff
#78 Windows test fixes
parent
822e3139
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
getting_started/getting_started.bat
+3
-4
3 additions, 4 deletions
getting_started/getting_started.bat
notebooks/Scene_Editor.ipynb
+2
-2
2 additions, 2 deletions
notebooks/Scene_Editor.ipynb
with
5 additions
and
6 deletions
getting_started/getting_started.bat
+
3
−
4
View file @
00630024
...
@@ -8,16 +8,15 @@ echo "************ TESTING PREREQUISITES PYTHON3 + GIT + GIT *******************
...
@@ -8,16 +8,15 @@ echo "************ TESTING PREREQUISITES PYTHON3 + GIT + GIT *******************
git
--version
||
goto
:error
git
--version
||
goto
:error
python
--version
||
goto
:error
python
--version
||
goto
:error
rem deactivae in case we're in virtualenv
rem deactivate in case we're in virtualenv
call
deactivate
call
conda
deactivate
||
call
deactivate
conda
--version
||
goto
:error
@echo
off
@echo
off
echo
"************ SETUP VIRTUAL ENVIRONMENT FLATLAND *************************"
echo
"************ SETUP VIRTUAL ENVIRONMENT FLATLAND *************************"
@echo
on
@echo
on
(
conda
info
--envs
|
findstr
flatland
-rl
)
||
conda
create
python
=
3
.6
-y --name
flatland
-rl
||
goto
:error
(
conda
info
--envs
|
findstr
flatland
-rl
)
||
conda
create
python
=
3
.6
-y --name
flatland
-rl
||
goto
:error
call
activate
flatland
-rl
||
goto
:error
(
call
conda
activate
flatland
-rl
||
call
activate
flatland
-rl
)
||
goto
:error
@echo
off
@echo
off
...
...
This diff is collapsed.
Click to expand it.
notebooks/Scene_Editor.ipynb
+
2
−
2
View file @
00630024
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
{
{
"data": {
"data": {
"application/vnd.jupyter.widget-view+json": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "
0b92e7084e37450cbfb3855dc3a58543
",
"model_id": "
86a323f55bb54ff78169a9c7ca63730f
",
"version_major": 2,
"version_major": 2,
"version_minor": 0
"version_minor": 0
},
},
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
"name": "python",
"name": "python",
"nbconvert_exporter": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"pygments_lexer": "ipython3",
"version": "3.6.
5
"
"version": "3.6.
8
"
},
},
"latex_envs": {
"latex_envs": {
"LaTeX_envs_menu_present": true,
"LaTeX_envs_menu_present": true,
...
...
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