FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
solventmapcreator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
Hunter Group
SSIPtools
SSIMPLEapps
solventmapcreator
Commits
e68eb920
Commit
e68eb920
authored
7 years ago
by
M.D. Driver
Browse files
Options
Downloads
Patches
Plain Diff
remove unused variable.
parent
39e2965a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
solventmapcreator/polynomialanalysis/polynomialdataanalysis.py
+0
-1
0 additions, 1 deletion
...ntmapcreator/polynomialanalysis/polynomialdataanalysis.py
with
0 additions
and
1 deletion
solventmapcreator/polynomialanalysis/polynomialdataanalysis.py
+
0
−
1
View file @
e68eb920
...
@@ -19,7 +19,6 @@ def get_total_sorted_by_alt_metric(full_order_list, best_order_sorted_dict):
...
@@ -19,7 +19,6 @@ def get_total_sorted_by_alt_metric(full_order_list, best_order_sorted_dict):
"""
This gets the sorted information and orders them ready to plot them.
"""
This gets the sorted information and orders them ready to plot them.
Need to feed in a list of all the orders, as not all may appear.
Need to feed in a list of all the orders, as not all may appear.
"""
"""
order_tuple
=
tuple
(
sorted
(
best_order_sorted_dict
.
keys
()))
numbers_by_order
=
[]
numbers_by_order
=
[]
for
i
in
range
(
len
(
full_order_list
)):
for
i
in
range
(
len
(
full_order_list
)):
order
=
full_order_list
[
i
]
order
=
full_order_list
[
i
]
...
...
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