Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pySake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
moex
pySake
Commits
17229596
Commit
17229596
authored
1 year ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
Updated LICENSE copyright notice
parent
71e3a9c5
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
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
stats/stat_test.py
+1
-1
1 addition, 1 deletion
stats/stat_test.py
with
2 additions
and
2 deletions
LICENSE
+
1
−
1
View file @
17229596
MIT License
Copyright (c) 2023 INRIA
Copyright (c)
2021-
2023 INRIA
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
This diff is collapsed.
Click to expand it.
stats/stat_test.py
+
1
−
1
View file @
17229596
...
...
@@ -105,7 +105,7 @@ def color_significant_green(val):
the css property `
'
color: red
'
` for negative
strings, black otherwise.
"""
color
=
'
green
'
if
val
==
"
True
"
else
'
black
'
color
=
'
green
'
if
val
==
"
True
"
else
'
red
'
return
'
color: %s
'
%
color
# JE: added this
...
...
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