Skip to content

Commit

Permalink
comment out GLMaike for now
Browse files Browse the repository at this point in the history
  • Loading branch information
enigne committed Jan 10, 2024
1 parent be89f60 commit 7152118
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 31 deletions.
28 changes: 0 additions & 28 deletions .github/workflow/ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
version:
- '1.9' # the minimum version
- '1.10' # the latest version
- 'nightly'
os:
- ubuntu-20.04
- macOS-latest
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
#GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Expand Down
2 changes: 1 addition & 1 deletion src/usr/plotmodel.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ColorSchemes.jet
using GLMakie
#using GLMakie

function plotmodel( md::model, data::Vector; showvertices::Bool=false, showfacets::Bool=false, caxis::Tuple{Float64, Float64}=(0.0, 0.0)) #{{{

Expand Down

0 comments on commit 7152118

Please sign in to comment.